#9945CE

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

Shades of Dark Orchid #9945CE

Tints of Dark Orchid #9945CE

Color information

#9945CE (or 0x9945CE) is unknown color: approx Dark Orchid. HEX triplet: 99, 45 and CE. RGB value is (153,69,206). Sum of RGB (Red+Green+Blue) = 153+69+206=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #9945CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9945CE is #66BA31. Grayscale: #6D6D6D. Windows color (decimal): -6732338 or 13518233. OLE color: 13518233.

HSL color Cylindrical-coordinate representation of color #9945CE: hue angle of 276.79º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9945CE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15369206-
CMYK0.260.6700.19
HSL276.79º58.3%53.92%-
HSV(B)276.79º66.5%80.78%-
XYZ26.4115.4859.99-
YUV109.73182.33158.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.75%
GREEN value IS 69 (27.34% from 255) = 16.12%
BLUE value IS 206 (80.86% from 255) = 48.13%
R=35.75%
G=16.12%
B=48.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal153692060.260.6700.19276.7958.353.92
Hex9945CE1A430131153a36
Octal231105316321030234257266
Binary10011001100010111001110110101000011010011100010101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9945CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9945CE; }

 p { color: rgb(153,69,206); }

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

<style>
 a { background-color: #9945CE; }

 a { background-color: rgb(153,69,206); }

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

<style>
 span { border-color: #9945CE; }

 span { border-color: rgb(153,69,206); }

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