Html Css Color HEX #950CFB Blue Violet

📋 copy color: '#950CFB'

red 149 ◦ green 12 ◦ blue 251

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

Shades of Blue Violet #950CFB

Tints of Blue Violet #950CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.91%

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

R = 36.17%
G = 2.91%
B = 60.92%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#950CFB (or 0x950CFB) is known color: Blue Violet. HEX triplet: 95, 0C and FB. RGB value is (149,12,251). Sum of RGB (Red+Green+Blue) = 149+12+251=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #950CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950CFB is #6AF304. Grayscale: #4F4F4F. Windows color (decimal): -7009029 or 16452757. OLE color: 16452757.

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

Color convert

RGB 149 12 251 -
CMYK 0.41 0.95 0 0.02
HSL 274.39º 0.97% 0.52% -
HSV(B) 274.39º 0.95% 0.98% -
XYZ 29.94 13.62 92.32 -
YUV 80.21 224.39 177.07 -
System Red Green Blue C M Y K H S L
Decimal 149 12 251 0.41 0.95 0 0.02 274.39 0.97 0.52
Hex 95 C FB 29 5F 0 2 112 61 34
Octal 225 14 373 51 137 0 2 422 141 64
Binary 10010101 1100 11111011 101001 1011111 0 10 100010010 1100001 110100

Color Harmonies of #950CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950CFB

Black with #950CFB

Text Example


Text Example

White with #950CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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