Html Css Color HEX #9927CC Dark Orchid

📋 copy color: '#9927CC'

red 153 ◦ green 39 ◦ blue 204

#9927CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9927CC

Tints of Dark Orchid #9927CC

RGB

 RED value IS 153 (60.16% from 255) = 38.64%

 GREEN value IS 39 (15.63% from 255) = 9.85%

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 38.64%
G = 9.85%
B = 51.52%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9927CC (or 0x9927CC) is known color: Dark Orchid. HEX triplet: 99, 27 and CC. RGB value is (153,39,204). Sum of RGB (Red+Green+Blue) = 153+39+204=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #9927CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9927CC is #66D833. Grayscale: #5B5B5B. Windows color (decimal): -6740020 or 13379481. OLE color: 13379481.

HSL color Cylindrical-coordinate representation of color #9927CC: hue angle of 281.45º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9927CC is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 39 204 -
CMYK 0.25 0.81 0 0.2
HSL 281.45º 0.68% 0.48% -
HSV(B) 281.45º 0.81% 0.8% -
XYZ 24.76 12.58 58.25 -
YUV 91.9 191.27 171.58 -
System Red Green Blue C M Y K H S L
Decimal 153 39 204 0.25 0.81 0 0.2 281.45 0.68 0.48
Hex 99 27 CC 19 51 0 14 119 44 30
Octal 231 47 314 31 121 0 24 431 104 60
Binary 10011001 100111 11001100 11001 1010001 0 10100 100011001 1000100 110000

Color Harmonies of #9927CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9927CC

Black with #9927CC

Text Example


Text Example

White with #9927CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,39,204); }

 H1.HeaderClassName
 {
   color: #9927CC;
 }
 .AnyTagClassName
 {
   color: #9927CC;
 }
</style>

background-color css

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

 a { background-color: rgb(153,39,204); }

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

border-color css

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

 span { border-color: rgb(153,39,204); }

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