Html Css Color HEX #992FFA Blue Violet

📋 copy color: '#992FFA'

red 153 ◦ green 47 ◦ blue 250

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

Shades of Blue Violet #992FFA

Tints of Blue Violet #992FFA

RGB

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

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

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

R = 34%
G = 10.44%
B = 55.56%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#992FFA (or 0x992FFA) is known color: Blue Violet. HEX triplet: 99, 2F and FA. RGB value is (153,47,250). Sum of RGB (Red+Green+Blue) = 153+47+250=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #992FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992FFA is #66D005. Grayscale: #656565. Windows color (decimal): -6737926 or 16396185. OLE color: 16396185.

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

Color convert

RGB 153 47 250 -
CMYK 0.39 0.81 0 0.02
HSL 271.33º 0.95% 0.58% -
HSV(B) 271.33º 0.81% 0.98% -
XYZ 31.41 15.71 91.82 -
YUV 101.84 211.62 164.49 -
System Red Green Blue C M Y K H S L
Decimal 153 47 250 0.39 0.81 0 0.02 271.33 0.95 0.58
Hex 99 2F FA 27 51 0 2 10F 5F 3A
Octal 231 57 372 47 121 0 2 417 137 72
Binary 10011001 101111 11111010 100111 1010001 0 10 100001111 1011111 111010

Color Harmonies of #992FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992FFA

Black with #992FFA

Text Example


Text Example

White with #992FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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