Html Css Color HEX #9628DD Blue Violet

📋 copy color: '#9628DD'

red 150 ◦ green 40 ◦ blue 221

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

Shades of Blue Violet #9628DD

Tints of Blue Violet #9628DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.77%

R = 36.5%
G = 9.73%
B = 53.77%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9628DD (or 0x9628DD) is known color: Blue Violet. HEX triplet: 96, 28 and DD. RGB value is (150,40,221). Sum of RGB (Red+Green+Blue) = 150+40+221=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #9628DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9628DD is #69D722. Grayscale: #5C5C5C. Windows color (decimal): -6936355 or 14493846. OLE color: 14493846.

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

Color convert

RGB 150 40 221 -
CMYK 0.32 0.82 0 0.13
HSL 276.46º 0.73% 0.51% -
HSV(B) 276.46º 0.82% 0.87% -
XYZ 26.39 13.22 69.57 -
YUV 93.52 199.94 168.28 -
System Red Green Blue C M Y K H S L
Decimal 150 40 221 0.32 0.82 0 0.13 276.46 0.73 0.51
Hex 96 28 DD 20 52 0 D 114 49 33
Octal 226 50 335 40 122 0 15 424 111 63
Binary 10010110 101000 11011101 100000 1010010 0 1101 100010100 1001001 110011

Color Harmonies of #9628DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9628DD

Black with #9628DD

Text Example


Text Example

White with #9628DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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