Html Css Color HEX #951DFC Blue Violet

📋 copy color: '#951DFC'

red 149 ◦ green 29 ◦ blue 252

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

Shades of Blue Violet #951DFC

Tints of Blue Violet #951DFC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.74%

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

R = 34.65%
G = 6.74%
B = 58.6%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#951DFC (or 0x951DFC) is known color: Blue Violet. HEX triplet: 95, 1D and FC. RGB value is (149,29,252). Sum of RGB (Red+Green+Blue) = 149+29+252=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #951DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951DFC is #6AE203. Grayscale: #595959. Windows color (decimal): -7004676 or 16522645. OLE color: 16522645.

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

Color convert

RGB 149 29 252 -
CMYK 0.41 0.88 0 0.01
HSL 272.29º 0.97% 0.55% -
HSV(B) 272.29º 0.88% 0.99% -
XYZ 30.4 14.3 93.25 -
YUV 90.3 219.26 169.87 -
System Red Green Blue C M Y K H S L
Decimal 149 29 252 0.41 0.88 0 0.01 272.29 0.97 0.55
Hex 95 1D FC 29 58 0 1 110 61 37
Octal 225 35 374 51 130 0 1 420 141 67
Binary 10010101 11101 11111100 101001 1011000 0 1 100010000 1100001 110111

Color Harmonies of #951DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951DFC

Black with #951DFC

Text Example


Text Example

White with #951DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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