Html Css Color HEX #992FFD Blue Violet

📋 copy color: '#992FFD'

red 153 ◦ green 47 ◦ blue 253

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

Shades of Blue Violet #992FFD

Tints of Blue Violet #992FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.85%

R = 33.77%
G = 10.38%
B = 55.85%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#992FFD (or 0x992FFD) is known color: Blue Violet. HEX triplet: 99, 2F and FD. RGB value is (153,47,253). Sum of RGB (Red+Green+Blue) = 153+47+253=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #992FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992FFD is #66D002. Grayscale: #656565. Windows color (decimal): -6737923 or 16592793. OLE color: 16592793.

HSL color Cylindrical-coordinate representation of color #992FFD: hue angle of 270.87º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #992FFD is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 47 253 -
CMYK 0.40 0.81 0 0.01
HSL 270.87º 0.98% 0.59% -
HSV(B) 270.87º 0.81% 0.99% -
XYZ 31.88 15.9 94.32 -
YUV 102.18 213.12 164.25 -
System Red Green Blue C M Y K H S L
Decimal 153 47 253 0.40 0.81 0 0.01 270.87 0.98 0.59
Hex 99 2F FD 28 51 0 1 10F 62 3B
Octal 231 57 375 50 121 0 1 417 142 73
Binary 10011001 101111 11111101 101000 1010001 0 1 100001111 1100010 111011

Color Harmonies of #992FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992FFD

Black with #992FFD

Text Example


Text Example

White with #992FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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