Html Css Color HEX #9536DB Blue Violet

📋 copy color: '#9536DB'

red 149 ◦ green 54 ◦ blue 219

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

Shades of Blue Violet #9536DB

Tints of Blue Violet #9536DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.8%

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

R = 35.31%
G = 12.8%
B = 51.9%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9536DB (or 0x9536DB) is known color: Blue Violet. HEX triplet: 95, 36 and DB. RGB value is (149,54,219). Sum of RGB (Red+Green+Blue) = 149+54+219=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #9536DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9536DB is #6AC924. Grayscale: #646464. Windows color (decimal): -6998309 or 14366357. OLE color: 14366357.

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

Color convert

RGB 149 54 219 -
CMYK 0.32 0.75 0 0.14
HSL 274.55º 0.7% 0.54% -
HSV(B) 274.55º 0.75% 0.86% -
XYZ 26.5 14.14 68.35 -
YUV 101.22 194.47 162.08 -
System Red Green Blue C M Y K H S L
Decimal 149 54 219 0.32 0.75 0 0.14 274.55 0.7 0.54
Hex 95 36 DB 20 4B 0 E 113 46 36
Octal 225 66 333 40 113 0 16 423 106 66
Binary 10010101 110110 11011011 100000 1001011 0 1110 100010011 1000110 110110

Color Harmonies of #9536DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9536DB

Black with #9536DB

Text Example


Text Example

White with #9536DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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