Html Css Color HEX #950DF8 Blue Violet

📋 copy color: '#950DF8'

red 149 ◦ green 13 ◦ blue 248

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

Shades of Blue Violet #950DF8

Tints of Blue Violet #950DF8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.17%

 BLUE value IS 248 (97.27% from 255) = 60.49%

R = 36.34%
G = 3.17%
B = 60.49%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#950DF8 (or 0x950DF8) is known color: Blue Violet. HEX triplet: 95, 0D and F8. RGB value is (149,13,248). Sum of RGB (Red+Green+Blue) = 149+13+248=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 248 (97.27% from 255 or 60.49% from 410); Max value from RGB is 248 - color contains mainly: blue. Hex color #950DF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950DF8 is #6AF207. Grayscale: #4F4F4F. Windows color (decimal): -7008776 or 16256405. OLE color: 16256405.

HSL color Cylindrical-coordinate representation of color #950DF8: hue angle of 274.72º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950DF8 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 13 248 -
CMYK 0.40 0.95 0 0.03
HSL 274.72º 0.94% 0.51% -
HSV(B) 274.72º 0.95% 0.97% -
XYZ 29.48 13.45 89.85 -
YUV 80.45 222.56 176.89 -
System Red Green Blue C M Y K H S L
Decimal 149 13 248 0.40 0.95 0 0.03 274.72 0.94 0.51
Hex 95 D F8 28 5F 0 3 113 5E 33
Octal 225 15 370 50 137 0 3 423 136 63
Binary 10010101 1101 11111000 101000 1011111 0 11 100010011 1011110 110011

Color Harmonies of #950DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950DF8

Black with #950DF8

Text Example


Text Example

White with #950DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,13,248); }

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

background-color css

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

 a { background-color: rgb(149,13,248); }

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

border-color css

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

 span { border-color: rgb(149,13,248); }

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