Html Css Color HEX #992CBE Dark Orchid

📋 copy color: '#992CBE'

red 153 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #992CBE

Tints of Dark Orchid #992CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.37%

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 39.53%
G = 11.37%
B = 49.1%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#992CBE (or 0x992CBE) is known color: Dark Orchid. HEX triplet: 99, 2C and BE. RGB value is (153,44,190). Sum of RGB (Red+Green+Blue) = 153+44+190=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #992CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992CBE is #66D341. Grayscale: #5C5C5C. Windows color (decimal): -6738754 or 12463257. OLE color: 12463257.

HSL color Cylindrical-coordinate representation of color #992CBE: hue angle of 284.79º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992CBE is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 44 190 -
CMYK 0.19 0.77 0 0.25
HSL 284.79º 0.62% 0.46% -
HSV(B) 284.79º 0.77% 0.75% -
XYZ 23.33 12.29 49.86 -
YUV 93.24 182.61 170.63 -
System Red Green Blue C M Y K H S L
Decimal 153 44 190 0.19 0.77 0 0.25 284.79 0.62 0.46
Hex 99 2C BE 13 4D 0 19 11D 3E 2E
Octal 231 54 276 23 115 0 31 435 76 56
Binary 10011001 101100 10111110 10011 1001101 0 11001 100011101 111110 101110

Color Harmonies of #992CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992CBE

Black with #992CBE

Text Example


Text Example

White with #992CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,44,190); }

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

background-color css

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

 a { background-color: rgb(153,44,190); }

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

border-color css

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

 span { border-color: rgb(153,44,190); }

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