Html Css Color HEX #951AFC Blue Violet

📋 copy color: '#951AFC'

red 149 ◦ green 26 ◦ blue 252

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

Shades of Blue Violet #951AFC

Tints of Blue Violet #951AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.02%

R = 34.89%
G = 6.09%
B = 59.02%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#951AFC (or 0x951AFC) is known color: Blue Violet. HEX triplet: 95, 1A and FC. RGB value is (149,26,252). Sum of RGB (Red+Green+Blue) = 149+26+252=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 26 (10.55% from 255 or 6.09% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #951AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951AFC is #6AE503. Grayscale: #575757. Windows color (decimal): -7005444 or 16521877. OLE color: 16521877.

HSL color Cylindrical-coordinate representation of color #951AFC: hue angle of 272.65º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #951AFC is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 26 252 -
CMYK 0.41 0.90 0 0.01
HSL 272.65º 0.97% 0.55% -
HSV(B) 272.65º 0.9% 0.99% -
XYZ 30.33 14.16 93.23 -
YUV 88.54 220.25 171.12 -
System Red Green Blue C M Y K H S L
Decimal 149 26 252 0.41 0.90 0 0.01 272.65 0.97 0.55
Hex 95 1A FC 29 5A 0 1 111 61 37
Octal 225 32 374 51 132 0 1 421 141 67
Binary 10010101 11010 11111100 101001 1011010 0 1 100010001 1100001 110111

Color Harmonies of #951AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951AFC

Black with #951AFC

Text Example


Text Example

White with #951AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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