Html Css Color HEX #992BFA Blue Violet

📋 copy color: '#992BFA'

red 153 ◦ green 43 ◦ blue 250

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

Shades of Blue Violet #992BFA

Tints of Blue Violet #992BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.05%

R = 34.3%
G = 9.64%
B = 56.05%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#992BFA (or 0x992BFA) is known color: Blue Violet. HEX triplet: 99, 2B and FA. RGB value is (153,43,250). Sum of RGB (Red+Green+Blue) = 153+43+250=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #992BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992BFA is #66D405. Grayscale: #626262. Windows color (decimal): -6738950 or 16395161. OLE color: 16395161.

HSL color Cylindrical-coordinate representation of color #992BFA: hue angle of 271.88º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #992BFA is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 43 250 -
CMYK 0.39 0.83 0 0.02
HSL 271.88º 0.95% 0.57% -
HSV(B) 271.88º 0.83% 0.98% -
XYZ 31.26 15.4 91.77 -
YUV 99.49 212.94 166.17 -
System Red Green Blue C M Y K H S L
Decimal 153 43 250 0.39 0.83 0 0.02 271.88 0.95 0.57
Hex 99 2B FA 27 53 0 2 110 5F 39
Octal 231 53 372 47 123 0 2 420 137 71
Binary 10011001 101011 11111010 100111 1010011 0 10 100010000 1011111 111001

Color Harmonies of #992BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992BFA

Black with #992BFA

Text Example


Text Example

White with #992BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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