Html Css Color HEX #992DBE Dark Orchid

📋 copy color: '#992DBE'

red 153 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #992DBE

Tints of Dark Orchid #992DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.6%

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

R = 39.43%
G = 11.6%
B = 48.97%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#992DBE (or 0x992DBE) is known color: Dark Orchid. HEX triplet: 99, 2D and BE. RGB value is (153,45,190). Sum of RGB (Red+Green+Blue) = 153+45+190=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #992DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992DBE is #66D241. Grayscale: #5D5D5D. Windows color (decimal): -6738498 or 12463513. OLE color: 12463513.

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

Color convert

RGB 153 45 190 -
CMYK 0.19 0.76 0 0.25
HSL 284.69º 0.62% 0.46% -
HSV(B) 284.69º 0.76% 0.75% -
XYZ 23.37 12.37 49.87 -
YUV 93.82 182.28 170.21 -
System Red Green Blue C M Y K H S L
Decimal 153 45 190 0.19 0.76 0 0.25 284.69 0.62 0.46
Hex 99 2D BE 13 4C 0 19 11D 3E 2E
Octal 231 55 276 23 114 0 31 435 76 56
Binary 10011001 101101 10111110 10011 1001100 0 11001 100011101 111110 101110

Color Harmonies of #992DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992DBE

Black with #992DBE

Text Example


Text Example

White with #992DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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