Html Css Color HEX #950BFB Blue Violet

📋 copy color: '#950BFB'

red 149 ◦ green 11 ◦ blue 251

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

Shades of Blue Violet #950BFB

Tints of Blue Violet #950BFB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.68%

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

R = 36.25%
G = 2.68%
B = 61.07%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#950BFB (or 0x950BFB) is known color: Blue Violet. HEX triplet: 95, 0B and FB. RGB value is (149,11,251). Sum of RGB (Red+Green+Blue) = 149+11+251=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #950BFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950BFB is #6AF404. Grayscale: #4E4E4E. Windows color (decimal): -7009285 or 16452501. OLE color: 16452501.

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

Color convert

RGB 149 11 251 -
CMYK 0.41 0.96 0 0.02
HSL 274.5º 0.97% 0.51% -
HSV(B) 274.5º 0.96% 0.98% -
XYZ 29.93 13.59 92.31 -
YUV 79.62 224.72 177.49 -
System Red Green Blue C M Y K H S L
Decimal 149 11 251 0.41 0.96 0 0.02 274.5 0.97 0.51
Hex 95 B FB 29 60 0 2 112 61 33
Octal 225 13 373 51 140 0 2 422 141 63
Binary 10010101 1011 11111011 101001 1100000 0 10 100010010 1100001 110011

Color Harmonies of #950BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950BFB

Black with #950BFB

Text Example


Text Example

White with #950BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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