Html Css Color HEX #992BBE Dark Orchid

📋 copy color: '#992BBE'

red 153 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #992BBE

Tints of Dark Orchid #992BBE

RGB

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

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

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

R = 39.64%
G = 11.14%
B = 49.22%

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

#992BBE (or 0x992BBE) is known color: Dark Orchid. HEX triplet: 99, 2B and BE. RGB value is (153,43,190). Sum of RGB (Red+Green+Blue) = 153+43+190=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #992BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992BBE is #66D441. Grayscale: #5C5C5C. Windows color (decimal): -6739010 or 12463001. OLE color: 12463001.

HSL color Cylindrical-coordinate representation of color #992BBE: hue angle of 284.9º degrees, saturation: 0.63, 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 #992BBE is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 43 190 -
CMYK 0.19 0.77 0 0.25
HSL 284.9º 0.63% 0.46% -
HSV(B) 284.9º 0.77% 0.75% -
XYZ 23.3 12.22 49.85 -
YUV 92.65 182.94 171.05 -
System Red Green Blue C M Y K H S L
Decimal 153 43 190 0.19 0.77 0 0.25 284.9 0.63 0.46
Hex 99 2B BE 13 4D 0 19 11D 3F 2E
Octal 231 53 276 23 115 0 31 435 77 56
Binary 10011001 101011 10111110 10011 1001101 0 11001 100011101 111111 101110

Color Harmonies of #992BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992BBE

Black with #992BBE

Text Example


Text Example

White with #992BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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