Html Css Color HEX #950BFF Blue Violet

📋 copy color: '#950BFF'

red 149 ◦ green 11 ◦ blue 255

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

Shades of Blue Violet #950BFF

Tints of Blue Violet #950BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.45%

R = 35.9%
G = 2.65%
B = 61.45%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#950BFF (or 0x950BFF) is known color: Blue Violet. HEX triplet: 95, 0B and FF. RGB value is (149,11,255). Sum of RGB (Red+Green+Blue) = 149+11+255=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #950BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950BFF is #6AF400. Grayscale: #4F4F4F. Windows color (decimal): -7009281 or 16714645. OLE color: 16714645.

HSL color Cylindrical-coordinate representation of color #950BFF: hue angle of 273.93º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #950BFF is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 11 255 -
CMYK 0.42 0.96 0 0
HSL 273.93º 1% 0.52% -
HSV(B) 273.93º 0.96% 1% -
XYZ 30.56 13.85 95.67 -
YUV 80.08 226.72 177.16 -
System Red Green Blue C M Y K H S L
Decimal 149 11 255 0.42 0.96 0 0 273.93 1 0.52
Hex 95 B FF 2A 60 0 0 112 64 34
Octal 225 13 377 52 140 0 0 422 144 64
Binary 10010101 1011 11111111 101010 1100000 0 0 100010010 1100100 110100

Color Harmonies of #950BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950BFF

Black with #950BFF

Text Example


Text Example

White with #950BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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