Html Css Color HEX #950CE6 Dark Violet

📋 copy color: '#950CE6'

red 149 ◦ green 12 ◦ blue 230

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

Shades of Dark Violet #950CE6

Tints of Dark Violet #950CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 58.82%

R = 38.11%
G = 3.07%
B = 58.82%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#950CE6 (or 0x950CE6) is known color: Dark Violet. HEX triplet: 95, 0C and E6. RGB value is (149,12,230). Sum of RGB (Red+Green+Blue) = 149+12+230=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 230 (90.23% from 255 or 58.82% from 391); Max value from RGB is 230 - color contains mainly: blue. Hex color #950CE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950CE6 is #6AF319. Grayscale: #4D4D4D. Windows color (decimal): -7009050 or 15076501. OLE color: 15076501.

HSL color Cylindrical-coordinate representation of color #950CE6: hue angle of 277.71º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950CE6 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 12 230 -
CMYK 0.35 0.95 0 0.10
HSL 277.71º 0.9% 0.47% -
HSV(B) 277.71º 0.95% 0.9% -
XYZ 26.81 12.37 75.84 -
YUV 77.82 213.89 178.77 -
System Red Green Blue C M Y K H S L
Decimal 149 12 230 0.35 0.95 0 0.10 277.71 0.9 0.47
Hex 95 C E6 23 5F 0 A 116 5A 2F
Octal 225 14 346 43 137 0 12 426 132 57
Binary 10010101 1100 11100110 100011 1011111 0 1010 100010110 1011010 101111

Color Harmonies of #950CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950CE6

Black with #950CE6

Text Example


Text Example

White with #950CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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