Html Css Color HEX #950CEC Dark Violet

📋 copy color: '#950CEC'

red 149 ◦ green 12 ◦ blue 236

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

Shades of Dark Violet #950CEC

Tints of Dark Violet #950CEC

RGB

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

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

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

R = 37.53%
G = 3.02%
B = 59.45%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#950CEC (or 0x950CEC) is known color: Dark Violet. HEX triplet: 95, 0C and EC. RGB value is (149,12,236). Sum of RGB (Red+Green+Blue) = 149+12+236=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #950CEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950CEC is #6AF313. Grayscale: #4D4D4D. Windows color (decimal): -7009044 or 15469717. OLE color: 15469717.

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

Color convert

RGB 149 12 236 -
CMYK 0.37 0.95 0 0.07
HSL 276.7º 0.9% 0.49% -
HSV(B) 276.7º 0.95% 0.93% -
XYZ 27.67 12.71 80.35 -
YUV 78.5 216.89 178.29 -
System Red Green Blue C M Y K H S L
Decimal 149 12 236 0.37 0.95 0 0.07 276.7 0.9 0.49
Hex 95 C EC 25 5F 0 7 115 5A 31
Octal 225 14 354 45 137 0 7 425 132 61
Binary 10010101 1100 11101100 100101 1011111 0 111 100010101 1011010 110001

Color Harmonies of #950CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950CEC

Black with #950CEC

Text Example


Text Example

White with #950CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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