Html Css Color HEX #950DDA Dark Violet

📋 copy color: '#950DDA'

red 149 ◦ green 13 ◦ blue 218

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

Shades of Dark Violet #950DDA

Tints of Dark Violet #950DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.37%

R = 39.21%
G = 3.42%
B = 57.37%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#950DDA (or 0x950DDA) is known color: Dark Violet. HEX triplet: 95, 0D and DA. RGB value is (149,13,218). Sum of RGB (Red+Green+Blue) = 149+13+218=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #950DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950DDA is #6AF225. Grayscale: #4C4C4C. Windows color (decimal): -7008806 or 14290325. OLE color: 14290325.

HSL color Cylindrical-coordinate representation of color #950DDA: hue angle of 279.8º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950DDA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 13 218 -
CMYK 0.32 0.94 0 0.15
HSL 279.8º 0.89% 0.45% -
HSV(B) 279.8º 0.94% 0.85% -
XYZ 25.19 11.74 67.27 -
YUV 77.03 207.56 179.33 -
System Red Green Blue C M Y K H S L
Decimal 149 13 218 0.32 0.94 0 0.15 279.8 0.89 0.45
Hex 95 D DA 20 5E 0 F 118 59 2D
Octal 225 15 332 40 136 0 17 430 131 55
Binary 10010101 1101 11011010 100000 1011110 0 1111 100011000 1011001 101101

Color Harmonies of #950DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950DDA

Black with #950DDA

Text Example


Text Example

White with #950DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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