#9445CA

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

Shades of Dark Orchid #9445CA

Tints of Dark Orchid #9445CA

Color information

#9445CA (or 0x9445CA) is unknown color: approx Dark Orchid. HEX triplet: 94, 45 and CA. RGB value is (148,69,202). Sum of RGB (Red+Green+Blue) = 148+69+202=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #9445CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9445CA is #6BBA35. Grayscale: #6B6B6B. Windows color (decimal): -7060022 or 13256084. OLE color: 13256084.

HSL color Cylindrical-coordinate representation of color #9445CA: hue angle of 275.64º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9445CA is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14869202-
CMYK0.270.6600.21
HSL275.64º55.65%53.14%-
HSV(B)275.64º65.84%79.22%-
XYZ2514.8257.42-
YUV107.78181.17156.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 69 (27.34% from 255) = 16.47%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=35.32%
G=16.47%
B=48.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal148692020.270.6600.21275.6455.6553.14
Hex9445CA1B420151143835
Octal224105312331020254247065
Binary10010100100010111001010110111000010010101100010100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9445CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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