Html Css Color HEX #992FCD Dark Orchid

📋 copy color: '#992FCD'

red 153 ◦ green 47 ◦ blue 205

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

Shades of Dark Orchid #992FCD

Tints of Dark Orchid #992FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.6%

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

R = 37.78%
G = 11.6%
B = 50.62%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#992FCD (or 0x992FCD) is known color: Dark Orchid. HEX triplet: 99, 2F and CD. RGB value is (153,47,205). Sum of RGB (Red+Green+Blue) = 153+47+205=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #992FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992FCD is #66D032. Grayscale: #606060. Windows color (decimal): -6737971 or 13447065. OLE color: 13447065.

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

Color convert

RGB 153 47 205 -
CMYK 0.25 0.77 0 0.20
HSL 280.25º 0.63% 0.49% -
HSV(B) 280.25º 0.77% 0.8% -
XYZ 25.17 13.21 58.98 -
YUV 96.71 189.12 168.15 -
System Red Green Blue C M Y K H S L
Decimal 153 47 205 0.25 0.77 0 0.20 280.25 0.63 0.49
Hex 99 2F CD 19 4D 0 14 118 3F 31
Octal 231 57 315 31 115 0 24 430 77 61
Binary 10011001 101111 11001101 11001 1001101 0 10100 100011000 111111 110001

Color Harmonies of #992FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992FCD

Black with #992FCD

Text Example


Text Example

White with #992FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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