Html Css Color HEX #950DDD Dark Violet

📋 copy color: '#950DDD'

red 149 ◦ green 13 ◦ blue 221

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

Shades of Dark Violet #950DDD

Tints of Dark Violet #950DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.39%

 BLUE value IS 221 (86.72% from 255) = 57.7%

R = 38.9%
G = 3.39%
B = 57.7%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#950DDD (or 0x950DDD) is known color: Dark Violet. HEX triplet: 95, 0D and DD. RGB value is (149,13,221). Sum of RGB (Red+Green+Blue) = 149+13+221=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #950DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950DDD is #6AF222. Grayscale: #4C4C4C. Windows color (decimal): -7008803 or 14486933. OLE color: 14486933.

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

Color convert

RGB 149 13 221 -
CMYK 0.33 0.94 0 0.13
HSL 279.23º 0.89% 0.46% -
HSV(B) 279.23º 0.94% 0.87% -
XYZ 25.59 11.9 69.35 -
YUV 77.38 209.06 179.09 -
System Red Green Blue C M Y K H S L
Decimal 149 13 221 0.33 0.94 0 0.13 279.23 0.89 0.46
Hex 95 D DD 21 5E 0 D 117 59 2E
Octal 225 15 335 41 136 0 15 427 131 56
Binary 10010101 1101 11011101 100001 1011110 0 1101 100010111 1011001 101110

Color Harmonies of #950DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950DDD

Black with #950DDD

Text Example


Text Example

White with #950DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,13,221); }

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

background-color css

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

 a { background-color: rgb(149,13,221); }

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

border-color css

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

 span { border-color: rgb(149,13,221); }

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