Html Css Color HEX #950CDE Dark Violet

📋 copy color: '#950CDE'

red 149 ◦ green 12 ◦ blue 222

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

Shades of Dark Violet #950CDE

Tints of Dark Violet #950CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.96%

R = 38.9%
G = 3.13%
B = 57.96%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#950CDE (or 0x950CDE) is known color: Dark Violet. HEX triplet: 95, 0C and DE. RGB value is (149,12,222). Sum of RGB (Red+Green+Blue) = 149+12+222=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #950CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950CDE is #6AF321. Grayscale: #4C4C4C. Windows color (decimal): -7009058 or 14552213. OLE color: 14552213.

HSL color Cylindrical-coordinate representation of color #950CDE: hue angle of 279.14º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950CDE is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 12 222 -
CMYK 0.33 0.95 0 0.13
HSL 279.14º 0.9% 0.46% -
HSV(B) 279.14º 0.95% 0.87% -
XYZ 25.71 11.93 70.05 -
YUV 76.9 209.89 179.42 -
System Red Green Blue C M Y K H S L
Decimal 149 12 222 0.33 0.95 0 0.13 279.14 0.9 0.46
Hex 95 C DE 21 5F 0 D 117 5A 2E
Octal 225 14 336 41 137 0 15 427 132 56
Binary 10010101 1100 11011110 100001 1011111 0 1101 100010111 1011010 101110

Color Harmonies of #950CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950CDE

Black with #950CDE

Text Example


Text Example

White with #950CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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