Html Css Color HEX #950FEC Dark Violet

📋 copy color: '#950FEC'

red 149 ◦ green 15 ◦ blue 236

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

Shades of Dark Violet #950FEC

Tints of Dark Violet #950FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.75%

 BLUE value IS 236 (92.58% from 255) = 59%

R = 37.25%
G = 3.75%
B = 59%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#950FEC (or 0x950FEC) is known color: Dark Violet. HEX triplet: 95, 0F and EC. RGB value is (149,15,236). Sum of RGB (Red+Green+Blue) = 149+15+236=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #950FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950FEC is #6AF013. Grayscale: #4F4F4F. Windows color (decimal): -7008276 or 15470485. OLE color: 15470485.

HSL color Cylindrical-coordinate representation of color #950FEC: hue angle of 276.38º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950FEC is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 15 236 -
CMYK 0.37 0.94 0 0.07
HSL 276.38º 0.88% 0.49% -
HSV(B) 276.38º 0.94% 0.93% -
XYZ 27.71 12.79 80.36 -
YUV 80.26 215.89 177.03 -
System Red Green Blue C M Y K H S L
Decimal 149 15 236 0.37 0.94 0 0.07 276.38 0.88 0.49
Hex 95 F EC 25 5E 0 7 114 58 31
Octal 225 17 354 45 136 0 7 424 130 61
Binary 10010101 1111 11101100 100101 1011110 0 111 100010100 1011000 110001

Color Harmonies of #950FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950FEC

Black with #950FEC

Text Example


Text Example

White with #950FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,15,236); }

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

background-color css

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

 a { background-color: rgb(149,15,236); }

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

border-color css

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

 span { border-color: rgb(149,15,236); }

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