Html Css Color HEX #9506DB Dark Violet

📋 copy color: '#9506DB'

red 149 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #9506DB

Tints of Dark Violet #9506DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.6%

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

R = 39.84%
G = 1.6%
B = 58.56%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9506DB (or 0x9506DB) is known color: Dark Violet. HEX triplet: 95, 06 and DB. RGB value is (149,6,219). Sum of RGB (Red+Green+Blue) = 149+6+219=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #9506DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9506DB is #6AF924. Grayscale: #484848. Windows color (decimal): -7010597 or 14354069. OLE color: 14354069.

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

Color convert

RGB 149 6 219 -
CMYK 0.32 0.97 0 0.14
HSL 280.28º 0.95% 0.44% -
HSV(B) 280.28º 0.97% 0.86% -
XYZ 25.25 11.63 67.93 -
YUV 73.04 210.38 182.18 -
System Red Green Blue C M Y K H S L
Decimal 149 6 219 0.32 0.97 0 0.14 280.28 0.95 0.44
Hex 95 6 DB 20 61 0 E 118 5F 2C
Octal 225 6 333 40 141 0 16 430 137 54
Binary 10010101 110 11011011 100000 1100001 0 1110 100011000 1011111 101100

Color Harmonies of #9506DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9506DB

Black with #9506DB

Text Example


Text Example

White with #9506DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9506DB; }

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

 H1.HeaderClassName
 {
   color: #9506DB;
 }
 .AnyTagClassName
 {
   color: #9506DB;
 }
</style>

background-color css

<style>
 a { background-color: #9506DB; }

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

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

border-color css

<style>
 span { border-color: #9506DB; }

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

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