Html Css Color HEX #992BDD Blue Violet

📋 copy color: '#992BDD'

red 153 ◦ green 43 ◦ blue 221

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

Shades of Blue Violet #992BDD

Tints of Blue Violet #992BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53%

R = 36.69%
G = 10.31%
B = 53%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#992BDD (or 0x992BDD) is known color: Blue Violet. HEX triplet: 99, 2B and DD. RGB value is (153,43,221). Sum of RGB (Red+Green+Blue) = 153+43+221=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #992BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992BDD is #66D422. Grayscale: #5F5F5F. Windows color (decimal): -6738979 or 14494617. OLE color: 14494617.

HSL color Cylindrical-coordinate representation of color #992BDD: hue angle of 277.08º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #992BDD is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 43 221 -
CMYK 0.31 0.81 0 0.13
HSL 277.08º 0.72% 0.52% -
HSV(B) 277.08º 0.81% 0.87% -
XYZ 27.05 13.72 69.63 -
YUV 96.18 198.44 168.53 -
System Red Green Blue C M Y K H S L
Decimal 153 43 221 0.31 0.81 0 0.13 277.08 0.72 0.52
Hex 99 2B DD 1F 51 0 D 115 48 34
Octal 231 53 335 37 121 0 15 425 110 64
Binary 10011001 101011 11011101 11111 1010001 0 1101 100010101 1001000 110100

Color Harmonies of #992BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992BDD

Black with #992BDD

Text Example


Text Example

White with #992BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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