Html Css Color HEX #992DA1 Vivid Violet

📋 copy color: '#992DA1'

red 153 ◦ green 45 ◦ blue 161

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

Shades of Vivid Violet #992DA1

Tints of Vivid Violet #992DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.85%

R = 42.62%
G = 12.53%
B = 44.85%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#992DA1 (or 0x992DA1) is known color: Vivid Violet. HEX triplet: 99, 2D and A1. RGB value is (153,45,161). Sum of RGB (Red+Green+Blue) = 153+45+161=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 161 (63.28% from 255 or 44.85% from 359); Max value from RGB is 161 - color contains mainly: blue. Hex color #992DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992DA1 is #66D25E. Grayscale: #5A5A5A. Windows color (decimal): -6738527 or 10562969. OLE color: 10562969.

HSL color Cylindrical-coordinate representation of color #992DA1: hue angle of 295.86º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #992DA1 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 45 161 -
CMYK 0.05 0.72 0 0.37
HSL 295.86º 0.56% 0.4% -
HSV(B) 295.86º 0.72% 0.63% -
XYZ 20.51 11.22 34.8 -
YUV 90.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 153 45 161 0.05 0.72 0 0.37 295.86 0.56 0.4
Hex 99 2D A1 5 48 0 25 128 38 28
Octal 231 55 241 5 110 0 45 450 70 50
Binary 10011001 101101 10100001 101 1001000 0 100101 100101000 111000 101000

Color Harmonies of #992DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992DA1

Black with #992DA1

Text Example


Text Example

White with #992DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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