Html Css Color HEX #992BCC Dark Orchid

📋 copy color: '#992BCC'

red 153 ◦ green 43 ◦ blue 204

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

Shades of Dark Orchid #992BCC

Tints of Dark Orchid #992BCC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.75%

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

R = 38.25%
G = 10.75%
B = 51%

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

#992BCC (or 0x992BCC) is known color: Dark Orchid. HEX triplet: 99, 2B and CC. RGB value is (153,43,204). Sum of RGB (Red+Green+Blue) = 153+43+204=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #992BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992BCC is #66D433. Grayscale: #5D5D5D. Windows color (decimal): -6738996 or 13380505. OLE color: 13380505.

HSL color Cylindrical-coordinate representation of color #992BCC: hue angle of 280.99º degrees, saturation: 0.65, 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 #992BCC is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 43 204 -
CMYK 0.25 0.79 0 0.2
HSL 280.99º 0.65% 0.48% -
HSV(B) 280.99º 0.79% 0.8% -
XYZ 24.9 12.86 58.3 -
YUV 94.24 189.94 169.91 -
System Red Green Blue C M Y K H S L
Decimal 153 43 204 0.25 0.79 0 0.2 280.99 0.65 0.48
Hex 99 2B CC 19 4F 0 14 119 41 30
Octal 231 53 314 31 117 0 24 431 101 60
Binary 10011001 101011 11001100 11001 1001111 0 10100 100011001 1000001 110000

Color Harmonies of #992BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992BCC

Black with #992BCC

Text Example


Text Example

White with #992BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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