Html Css Color HEX #951FF2 Blue Violet

📋 copy color: '#951FF2'

red 149 ◦ green 31 ◦ blue 242

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

Shades of Blue Violet #951FF2

Tints of Blue Violet #951FF2

RGB

 RED value IS 149 (58.59% from 255) = 35.31%

 GREEN value IS 31 (12.5% from 255) = 7.35%

 BLUE value IS 242 (94.92% from 255) = 57.35%

R = 35.31%
G = 7.35%
B = 57.35%

CMYK

 C value IS 0.38

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#951FF2 (or 0x951FF2) is known color: Blue Violet. HEX triplet: 95, 1F and F2. RGB value is (149,31,242). Sum of RGB (Red+Green+Blue) = 149+31+242=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 242 (94.92% from 255 or 57.35% from 422); Max value from RGB is 242 - color contains mainly: blue. Hex color #951FF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951FF2 is #6AE00D. Grayscale: #595959. Windows color (decimal): -7004174 or 15867797. OLE color: 15867797.

HSL color Cylindrical-coordinate representation of color #951FF2: hue angle of 273.55º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951FF2 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 31 242 -
CMYK 0.38 0.87 0 0.05
HSL 273.55º 0.89% 0.54% -
HSV(B) 273.55º 0.87% 0.95% -
XYZ 28.91 13.78 85.14 -
YUV 90.34 213.59 169.84 -
System Red Green Blue C M Y K H S L
Decimal 149 31 242 0.38 0.87 0 0.05 273.55 0.89 0.54
Hex 95 1F F2 26 57 0 5 112 59 36
Octal 225 37 362 46 127 0 5 422 131 66
Binary 10010101 11111 11110010 100110 1010111 0 101 100010010 1011001 110110

Color Harmonies of #951FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951FF2

Black with #951FF2

Text Example


Text Example

White with #951FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951FF2; }

 p { color: rgb(149,31,242); }

 H1.HeaderClassName
 {
   color: #951FF2;
 }
 .AnyTagClassName
 {
   color: #951FF2;
 }
</style>

background-color css

<style>
 a { background-color: #951FF2; }

 a { background-color: rgb(149,31,242); }

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

border-color css

<style>
 span { border-color: #951FF2; }

 span { border-color: rgb(149,31,242); }

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