Html Css Color HEX #992BFD Blue Violet

📋 copy color: '#992BFD'

red 153 ◦ green 43 ◦ blue 253

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

Shades of Blue Violet #992BFD

Tints of Blue Violet #992BFD

RGB

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

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

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

R = 34.08%
G = 9.58%
B = 56.35%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#992BFD (or 0x992BFD) is known color: Blue Violet. HEX triplet: 99, 2B and FD. RGB value is (153,43,253). Sum of RGB (Red+Green+Blue) = 153+43+253=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #992BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992BFD is #66D402. Grayscale: #636363. Windows color (decimal): -6738947 or 16591769. OLE color: 16591769.

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

Color convert

RGB 153 43 253 -
CMYK 0.40 0.83 0 0.01
HSL 271.43º 0.98% 0.58% -
HSV(B) 271.43º 0.83% 0.99% -
XYZ 31.73 15.59 94.27 -
YUV 99.83 214.44 165.92 -
System Red Green Blue C M Y K H S L
Decimal 153 43 253 0.40 0.83 0 0.01 271.43 0.98 0.58
Hex 99 2B FD 28 53 0 1 10F 62 3A
Octal 231 53 375 50 123 0 1 417 142 72
Binary 10011001 101011 11111101 101000 1010011 0 1 100001111 1100010 111010

Color Harmonies of #992BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992BFD

Black with #992BFD

Text Example


Text Example

White with #992BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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