Html Css Color HEX #992ACC Dark Orchid

📋 copy color: '#992ACC'

red 153 ◦ green 42 ◦ blue 204

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

Shades of Dark Orchid #992ACC

Tints of Dark Orchid #992ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.53%

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

R = 38.35%
G = 10.53%
B = 51.13%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#992ACC (or 0x992ACC) is known color: Dark Orchid. HEX triplet: 99, 2A and CC. RGB value is (153,42,204). Sum of RGB (Red+Green+Blue) = 153+42+204=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #992ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ACC is #66D533. Grayscale: #5D5D5D. Windows color (decimal): -6739252 or 13380249. OLE color: 13380249.

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

Color convert

RGB 153 42 204 -
CMYK 0.25 0.79 0 0.2
HSL 281.11º 0.66% 0.48% -
HSV(B) 281.11º 0.79% 0.8% -
XYZ 24.86 12.79 58.28 -
YUV 93.66 190.27 170.33 -
System Red Green Blue C M Y K H S L
Decimal 153 42 204 0.25 0.79 0 0.2 281.11 0.66 0.48
Hex 99 2A CC 19 4F 0 14 119 42 30
Octal 231 52 314 31 117 0 24 431 102 60
Binary 10011001 101010 11001100 11001 1001111 0 10100 100011001 1000010 110000

Color Harmonies of #992ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992ACC

Black with #992ACC

Text Example


Text Example

White with #992ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992ACC; }

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

 H1.HeaderClassName
 {
   color: #992ACC;
 }
 .AnyTagClassName
 {
   color: #992ACC;
 }
</style>

background-color css

<style>
 a { background-color: #992ACC; }

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

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

border-color css

<style>
 span { border-color: #992ACC; }

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

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