Html Css Color HEX #951BFB Blue Violet

📋 copy color: '#951BFB'

red 149 ◦ green 27 ◦ blue 251

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

Shades of Blue Violet #951BFB

Tints of Blue Violet #951BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.32%

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

R = 34.89%
G = 6.32%
B = 58.78%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#951BFB (or 0x951BFB) is known color: Blue Violet. HEX triplet: 95, 1B and FB. RGB value is (149,27,251). Sum of RGB (Red+Green+Blue) = 149+27+251=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #951BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951BFB is #6AE404. Grayscale: #585858. Windows color (decimal): -7005189 or 16456597. OLE color: 16456597.

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

Color convert

RGB 149 27 251 -
CMYK 0.41 0.89 0 0.02
HSL 272.68º 0.97% 0.55% -
HSV(B) 272.68º 0.89% 0.98% -
XYZ 30.2 14.14 92.4 -
YUV 89.01 219.42 170.79 -
System Red Green Blue C M Y K H S L
Decimal 149 27 251 0.41 0.89 0 0.02 272.68 0.97 0.55
Hex 95 1B FB 29 59 0 2 111 61 37
Octal 225 33 373 51 131 0 2 421 141 67
Binary 10010101 11011 11111011 101001 1011001 0 10 100010001 1100001 110111

Color Harmonies of #951BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BFB

Black with #951BFB

Text Example


Text Example

White with #951BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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