#9827C3

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

Shades of Dark Orchid #9827C3

Tints of Dark Orchid #9827C3

Color information

#9827C3 (or 0x9827C3) is unknown color: approx Dark Orchid. HEX triplet: 98, 27 and C3. RGB value is (152,39,195). Sum of RGB (Red+Green+Blue) = 152+39+195=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 195 (76.56% from 255 or 50.52% from 386); Max value from RGB is 195 - color contains mainly: blue. Hex color #9827C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9827C3 is #67D83C. Grayscale: #5A5A5A. Windows color (decimal): -6805565 or 12789656. OLE color: 12789656.

HSL color Cylindrical-coordinate representation of color #9827C3: hue angle of 283.46º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9827C3 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15239195-
CMYK0.220.8000.24
HSL283.46º66.67%45.88%-
HSV(B)283.46º80%76.47%-
XYZ23.5212.0752.72-
YUV90.57186.94171.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.38%
GREEN value IS 39 (15.62% from 255) = 10.10%
BLUE value IS 195 (76.56% from 255) = 50.52%
R=39.38%
G=10.10%
B=50.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152391950.220.8000.24283.4666.6745.88
Hex9827C3165001811b432e
Octal230473032612003043310356
Binary10011000100111110000111011010100000110001000110111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9827C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9827C3; }

 p { color: rgb(152,39,195); }

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

<style>
 a { background-color: #9827C3; }

 a { background-color: rgb(152,39,195); }

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

<style>
 span { border-color: #9827C3; }

 span { border-color: rgb(152,39,195); }

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