Html Css Color HEX #9630AA Vivid Violet

📋 copy color: '#9630AA'

red 150 ◦ green 48 ◦ blue 170

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

Shades of Vivid Violet #9630AA

Tints of Vivid Violet #9630AA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.04%

 BLUE value IS 170 (66.8% from 255) = 46.2%

R = 40.76%
G = 13.04%
B = 46.2%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9630AA (or 0x9630AA) is known color: Vivid Violet. HEX triplet: 96, 30 and AA. RGB value is (150,48,170). Sum of RGB (Red+Green+Blue) = 150+48+170=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #9630AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9630AA is #69CF55. Grayscale: #5C5C5C. Windows color (decimal): -6934358 or 11153558. OLE color: 11153558.

HSL color Cylindrical-coordinate representation of color #9630AA: hue angle of 290.16º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9630AA is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 48 170 -
CMYK 0.12 0.72 0 0.33
HSL 290.16º 0.56% 0.43% -
HSV(B) 290.16º 0.72% 0.67% -
XYZ 20.89 11.5 39.15 -
YUV 92.41 171.79 169.08 -
System Red Green Blue C M Y K H S L
Decimal 150 48 170 0.12 0.72 0 0.33 290.16 0.56 0.43
Hex 96 30 AA C 48 0 21 122 38 2B
Octal 226 60 252 14 110 0 41 442 70 53
Binary 10010110 110000 10101010 1100 1001000 0 100001 100100010 111000 101011

Color Harmonies of #9630AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9630AA

Black with #9630AA

Text Example


Text Example

White with #9630AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9630AA; }

 p { color: rgb(150,48,170); }

 H1.HeaderClassName
 {
   color: #9630AA;
 }
 .AnyTagClassName
 {
   color: #9630AA;
 }
</style>

background-color css

<style>
 a { background-color: #9630AA; }

 a { background-color: rgb(150,48,170); }

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

border-color css

<style>
 span { border-color: #9630AA; }

 span { border-color: rgb(150,48,170); }

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