Html Css Color HEX #992F9B Vivid Violet

📋 copy color: '#992F9B'

red 153 ◦ green 47 ◦ blue 155

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

Shades of Vivid Violet #992F9B

Tints of Vivid Violet #992F9B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.24%

 BLUE value IS 155 (60.94% from 255) = 43.66%

R = 43.1%
G = 13.24%
B = 43.66%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#992F9B (or 0x992F9B) is known color: Vivid Violet. HEX triplet: 99, 2F and 9B. RGB value is (153,47,155). Sum of RGB (Red+Green+Blue) = 153+47+155=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #992F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992F9B is #66D064. Grayscale: #5A5A5A. Windows color (decimal): -6738021 or 10170265. OLE color: 10170265.

HSL color Cylindrical-coordinate representation of color #992F9B: hue angle of 298.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #992F9B is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 47 155 -
CMYK 0.01 0.70 0 0.39
HSL 298.89º 0.53% 0.4% -
HSV(B) 298.89º 0.7% 0.61% -
XYZ 20.07 11.17 32.11 -
YUV 91.01 164.12 172.22 -
System Red Green Blue C M Y K H S L
Decimal 153 47 155 0.01 0.70 0 0.39 298.89 0.53 0.4
Hex 99 2F 9B 1 46 0 27 12B 35 28
Octal 231 57 233 1 106 0 47 453 65 50
Binary 10011001 101111 10011011 1 1000110 0 100111 100101011 110101 101000

Color Harmonies of #992F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992F9B

Black with #992F9B

Text Example


Text Example

White with #992F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,47,155); }

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

background-color css

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

 a { background-color: rgb(153,47,155); }

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

border-color css

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

 span { border-color: rgb(153,47,155); }

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