Html Css Color HEX #992DFA Blue Violet

📋 copy color: '#992DFA'

red 153 ◦ green 45 ◦ blue 250

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

Shades of Blue Violet #992DFA

Tints of Blue Violet #992DFA

RGB

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

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

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

R = 34.15%
G = 10.04%
B = 55.8%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#992DFA (or 0x992DFA) is known color: Blue Violet. HEX triplet: 99, 2D and FA. RGB value is (153,45,250). Sum of RGB (Red+Green+Blue) = 153+45+250=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #992DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992DFA is #66D205. Grayscale: #636363. Windows color (decimal): -6738438 or 16395673. OLE color: 16395673.

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

Color convert

RGB 153 45 250 -
CMYK 0.39 0.82 0 0.02
HSL 271.61º 0.95% 0.58% -
HSV(B) 271.61º 0.82% 0.98% -
XYZ 31.33 15.55 91.79 -
YUV 100.66 212.28 165.33 -
System Red Green Blue C M Y K H S L
Decimal 153 45 250 0.39 0.82 0 0.02 271.61 0.95 0.58
Hex 99 2D FA 27 52 0 2 110 5F 3A
Octal 231 55 372 47 122 0 2 420 137 72
Binary 10011001 101101 11111010 100111 1010010 0 10 100010000 1011111 111010

Color Harmonies of #992DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992DFA

Black with #992DFA

Text Example


Text Example

White with #992DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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