Html Css Color HEX #951DFB Blue Violet

📋 copy color: '#951DFB'

red 149 ◦ green 29 ◦ blue 251

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

Shades of Blue Violet #951DFB

Tints of Blue Violet #951DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.51%

R = 34.73%
G = 6.76%
B = 58.51%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#951DFB (or 0x951DFB) is known color: Blue Violet. HEX triplet: 95, 1D and FB. RGB value is (149,29,251). Sum of RGB (Red+Green+Blue) = 149+29+251=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #951DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951DFB is #6AE204. Grayscale: #595959. Windows color (decimal): -7004677 or 16457109. OLE color: 16457109.

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

Color convert

RGB 149 29 251 -
CMYK 0.41 0.88 0 0.02
HSL 272.43º 0.97% 0.55% -
HSV(B) 272.43º 0.88% 0.98% -
XYZ 30.25 14.23 92.42 -
YUV 90.19 218.76 169.95 -
System Red Green Blue C M Y K H S L
Decimal 149 29 251 0.41 0.88 0 0.02 272.43 0.97 0.55
Hex 95 1D FB 29 58 0 2 110 61 37
Octal 225 35 373 51 130 0 2 420 141 67
Binary 10010101 11101 11111011 101001 1011000 0 10 100010000 1100001 110111

Color Harmonies of #951DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951DFB

Black with #951DFB

Text Example


Text Example

White with #951DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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