#9445CC

Color #9445CC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9445CC

Tints of Dark Orchid #9445CC

Color information

#9445CC (or 0x9445CC) is unknown color: approx Dark Orchid. HEX triplet: 94, 45 and CC. RGB value is (148,69,204). Sum of RGB (Red+Green+Blue) = 148+69+204=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #9445CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9445CC is #6BBA33. Grayscale: #6B6B6B. Windows color (decimal): -7060020 or 13387156. OLE color: 13387156.

HSL color Cylindrical-coordinate representation of color #9445CC: hue angle of 275.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9445CC is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14869204-
CMYK0.270.6600.2
HSL275.11º56.96%53.53%-
HSV(B)275.11º66.18%80%-
XYZ25.2414.9158.67-
YUV108.01182.17156.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 69 (27.34% from 255) = 16.39%
BLUE value IS 204 (80.08% from 255) = 48.46%
R=35.15%
G=16.39%
B=48.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal148692040.270.6600.2275.1156.9653.53
Hex9445CC1B420141133936
Octal224105314331020244237166
Binary10010100100010111001100110111000010010100100010011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9445CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9445CC; }

 p { color: rgb(148,69,204); }

 H1.HeaderClassName
 {
   color: #9445CC;
 }
 .AnyTagClassName
 {
   color: #9445CC;
 }
</style>
background-color css

<style>
 a { background-color: #9445CC; }

 a { background-color: rgb(148,69,204); }

 div.DivClassName
 {
   background-color: #9445CC;
 }
 .BgClassName
 {
   background-color: #9445CC;
 }
</style>
border-color css

<style>
 span { border-color: #9445CC; }

 span { border-color: rgb(148,69,204); }

 td.TdClassName
 {
   border-color: #9445CC;
 }
 .TagClassName
 {
   border-color: #9445CC;
 }
</style>