Html Css Color HEX #951AF1 Blue Violet

📋 copy color: '#951AF1'

red 149 ◦ green 26 ◦ blue 241

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

Shades of Blue Violet #951AF1

Tints of Blue Violet #951AF1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.25%

 BLUE value IS 241 (94.53% from 255) = 57.93%

R = 35.82%
G = 6.25%
B = 57.93%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#951AF1 (or 0x951AF1) is known color: Blue Violet. HEX triplet: 95, 1A and F1. RGB value is (149,26,241). Sum of RGB (Red+Green+Blue) = 149+26+241=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #951AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951AF1 is #6AE50E. Grayscale: #565656. Windows color (decimal): -7005455 or 15800981. OLE color: 15800981.

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

Color convert

RGB 149 26 241 -
CMYK 0.38 0.89 0 0.05
HSL 274.33º 0.88% 0.52% -
HSV(B) 274.33º 0.89% 0.95% -
XYZ 28.64 13.48 84.31 -
YUV 87.29 214.75 172.02 -
System Red Green Blue C M Y K H S L
Decimal 149 26 241 0.38 0.89 0 0.05 274.33 0.88 0.52
Hex 95 1A F1 26 59 0 5 112 58 34
Octal 225 32 361 46 131 0 5 422 130 64
Binary 10010101 11010 11110001 100110 1011001 0 101 100010010 1011000 110100

Color Harmonies of #951AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951AF1

Black with #951AF1

Text Example


Text Example

White with #951AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,26,241); }

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

background-color css

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

 a { background-color: rgb(149,26,241); }

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

border-color css

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

 span { border-color: rgb(149,26,241); }

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