Html Css Color HEX #950ADA Dark Violet

📋 copy color: '#950ADA'

red 149 ◦ green 10 ◦ blue 218

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

Shades of Dark Violet #950ADA

Tints of Dark Violet #950ADA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.65%

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

R = 39.52%
G = 2.65%
B = 57.82%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#950ADA (or 0x950ADA) is known color: Dark Violet. HEX triplet: 95, 0A and DA. RGB value is (149,10,218). Sum of RGB (Red+Green+Blue) = 149+10+218=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #950ADA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950ADA is #6AF525. Grayscale: #4A4A4A. Windows color (decimal): -7009574 or 14289557. OLE color: 14289557.

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

Color convert

RGB 149 10 218 -
CMYK 0.32 0.95 0 0.15
HSL 280.1º 0.91% 0.45% -
HSV(B) 280.1º 0.95% 0.85% -
XYZ 25.16 11.67 67.26 -
YUV 75.27 208.55 180.59 -
System Red Green Blue C M Y K H S L
Decimal 149 10 218 0.32 0.95 0 0.15 280.1 0.91 0.45
Hex 95 A DA 20 5F 0 F 118 5B 2D
Octal 225 12 332 40 137 0 17 430 133 55
Binary 10010101 1010 11011010 100000 1011111 0 1111 100011000 1011011 101101

Color Harmonies of #950ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950ADA

Black with #950ADA

Text Example


Text Example

White with #950ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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