Html Css Color HEX #950DF0 Dark Violet

📋 copy color: '#950DF0'

red 149 ◦ green 13 ◦ blue 240

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

Shades of Dark Violet #950DF0

Tints of Dark Violet #950DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 59.7%

R = 37.06%
G = 3.23%
B = 59.7%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#950DF0 (or 0x950DF0) is known color: Dark Violet. HEX triplet: 95, 0D and F0. RGB value is (149,13,240). Sum of RGB (Red+Green+Blue) = 149+13+240=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 240 (94.14% from 255 or 59.70% from 402); Max value from RGB is 240 - color contains mainly: blue. Hex color #950DF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950DF0 is #6AF20F. Grayscale: #4E4E4E. Windows color (decimal): -7008784 or 15732117. OLE color: 15732117.

HSL color Cylindrical-coordinate representation of color #950DF0: hue angle of 275.95º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950DF0 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 13 240 -
CMYK 0.38 0.95 0 0.06
HSL 275.95º 0.9% 0.5% -
HSV(B) 275.95º 0.95% 0.94% -
XYZ 28.27 12.97 83.45 -
YUV 79.54 218.56 177.54 -
System Red Green Blue C M Y K H S L
Decimal 149 13 240 0.38 0.95 0 0.06 275.95 0.9 0.5
Hex 95 D F0 26 5F 0 6 114 5A 32
Octal 225 15 360 46 137 0 6 424 132 62
Binary 10010101 1101 11110000 100110 1011111 0 110 100010100 1011010 110010

Color Harmonies of #950DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950DF0

Black with #950DF0

Text Example


Text Example

White with #950DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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