Html Css Color HEX #9628A4 Vivid Violet

📋 copy color: '#9628A4'

red 150 ◦ green 40 ◦ blue 164

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

Shades of Vivid Violet #9628A4

Tints of Vivid Violet #9628A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.33%

R = 42.37%
G = 11.3%
B = 46.33%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9628A4 (or 0x9628A4) is known color: Vivid Violet. HEX triplet: 96, 28 and A4. RGB value is (150,40,164). Sum of RGB (Red+Green+Blue) = 150+40+164=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 164 - color contains mainly: blue. Hex color #9628A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9628A4 is #69D75B. Grayscale: #565656. Windows color (decimal): -6936412 or 10758294. OLE color: 10758294.

HSL color Cylindrical-coordinate representation of color #9628A4: hue angle of 293.23º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9628A4 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 40 164 -
CMYK 0.09 0.76 0 0.36
HSL 293.23º 0.61% 0.4% -
HSV(B) 293.23º 0.76% 0.64% -
XYZ 20.04 10.68 36.13 -
YUV 87.03 171.44 172.92 -
System Red Green Blue C M Y K H S L
Decimal 150 40 164 0.09 0.76 0 0.36 293.23 0.61 0.4
Hex 96 28 A4 9 4C 0 24 125 3D 28
Octal 226 50 244 11 114 0 44 445 75 50
Binary 10010110 101000 10100100 1001 1001100 0 100100 100100101 111101 101000

Color Harmonies of #9628A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9628A4

Black with #9628A4

Text Example


Text Example

White with #9628A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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