Html Css Color HEX #950CF0 Dark Violet

📋 copy color: '#950CF0'

red 149 ◦ green 12 ◦ blue 240

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

Shades of Dark Violet #950CF0

Tints of Dark Violet #950CF0

RGB

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

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

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

R = 37.16%
G = 2.99%
B = 59.85%

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

#950CF0 (or 0x950CF0) is known color: Dark Violet. HEX triplet: 95, 0C and F0. RGB value is (149,12,240). Sum of RGB (Red+Green+Blue) = 149+12+240=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 240 (94.14% from 255 or 59.85% from 401); Max value from RGB is 240 - color contains mainly: blue. Hex color #950CF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950CF0 is #6AF30F. Grayscale: #4E4E4E. Windows color (decimal): -7009040 or 15731861. OLE color: 15731861.

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

Color convert

RGB 149 12 240 -
CMYK 0.38 0.95 0 0.06
HSL 276.05º 0.9% 0.49% -
HSV(B) 276.05º 0.95% 0.94% -
XYZ 28.25 12.94 83.45 -
YUV 78.96 218.89 177.96 -
System Red Green Blue C M Y K H S L
Decimal 149 12 240 0.38 0.95 0 0.06 276.05 0.9 0.49
Hex 95 C F0 26 5F 0 6 114 5A 31
Octal 225 14 360 46 137 0 6 424 132 61
Binary 10010101 1100 11110000 100110 1011111 0 110 100010100 1011010 110001

Color Harmonies of #950CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950CF0

Black with #950CF0

Text Example


Text Example

White with #950CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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