Html Css Color HEX #950ADB Dark Violet

📋 copy color: '#950ADB'

red 149 ◦ green 10 ◦ blue 219

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

Shades of Dark Violet #950ADB

Tints of Dark Violet #950ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.94%

R = 39.42%
G = 2.65%
B = 57.94%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#950ADB (or 0x950ADB) is known color: Dark Violet. HEX triplet: 95, 0A and DB. RGB value is (149,10,219). Sum of RGB (Red+Green+Blue) = 149+10+219=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #950ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950ADB is #6AF524. Grayscale: #4A4A4A. Windows color (decimal): -7009573 or 14355093. OLE color: 14355093.

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

Color convert

RGB 149 10 219 -
CMYK 0.32 0.95 0 0.14
HSL 279.9º 0.91% 0.45% -
HSV(B) 279.9º 0.95% 0.86% -
XYZ 25.29 11.72 67.95 -
YUV 75.39 209.05 180.51 -
System Red Green Blue C M Y K H S L
Decimal 149 10 219 0.32 0.95 0 0.14 279.9 0.91 0.45
Hex 95 A DB 20 5F 0 E 118 5B 2D
Octal 225 12 333 40 137 0 16 430 133 55
Binary 10010101 1010 11011011 100000 1011111 0 1110 100011000 1011011 101101

Color Harmonies of #950ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950ADB

Black with #950ADB

Text Example


Text Example

White with #950ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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