Html Css Color HEX #992ACD Dark Orchid

📋 copy color: '#992ACD'

red 153 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #992ACD

Tints of Dark Orchid #992ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.25%

R = 38.25%
G = 10.5%
B = 51.25%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#992ACD (or 0x992ACD) is known color: Dark Orchid. HEX triplet: 99, 2A and CD. RGB value is (153,42,205). Sum of RGB (Red+Green+Blue) = 153+42+205=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #992ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ACD is #66D532. Grayscale: #5D5D5D. Windows color (decimal): -6739251 or 13445785. OLE color: 13445785.

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

Color convert

RGB 153 42 205 -
CMYK 0.25 0.80 0 0.20
HSL 280.86º 0.66% 0.48% -
HSV(B) 280.86º 0.8% 0.8% -
XYZ 24.98 12.84 58.92 -
YUV 93.77 190.77 170.25 -
System Red Green Blue C M Y K H S L
Decimal 153 42 205 0.25 0.80 0 0.20 280.86 0.66 0.48
Hex 99 2A CD 19 50 0 14 119 42 30
Octal 231 52 315 31 120 0 24 431 102 60
Binary 10011001 101010 11001101 11001 1010000 0 10100 100011001 1000010 110000

Color Harmonies of #992ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992ACD

Black with #992ACD

Text Example


Text Example

White with #992ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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