Html Css Color HEX #9628DB Blue Violet

📋 copy color: '#9628DB'

red 150 ◦ green 40 ◦ blue 219

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

Shades of Blue Violet #9628DB

Tints of Blue Violet #9628DB

RGB

 RED value IS 150 (58.98% from 255) = 36.67%

 GREEN value IS 40 (16.02% from 255) = 9.78%

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

R = 36.67%
G = 9.78%
B = 53.55%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9628DB (or 0x9628DB) is known color: Blue Violet. HEX triplet: 96, 28 and DB. RGB value is (150,40,219). Sum of RGB (Red+Green+Blue) = 150+40+219=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #9628DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9628DB is #69D724. Grayscale: #5C5C5C. Windows color (decimal): -6936357 or 14362774. OLE color: 14362774.

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

Color convert

RGB 150 40 219 -
CMYK 0.32 0.82 0 0.14
HSL 276.87º 0.71% 0.51% -
HSV(B) 276.87º 0.82% 0.86% -
XYZ 26.12 13.12 68.17 -
YUV 93.3 198.94 168.45 -
System Red Green Blue C M Y K H S L
Decimal 150 40 219 0.32 0.82 0 0.14 276.87 0.71 0.51
Hex 96 28 DB 20 52 0 E 115 47 33
Octal 226 50 333 40 122 0 16 425 107 63
Binary 10010110 101000 11011011 100000 1010010 0 1110 100010101 1000111 110011

Color Harmonies of #9628DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9628DB

Black with #9628DB

Text Example


Text Example

White with #9628DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,40,219); }

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

background-color css

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

 a { background-color: rgb(150,40,219); }

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

border-color css

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

 span { border-color: rgb(150,40,219); }

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