Html Css Color HEX #9630AB Vivid Violet

📋 copy color: '#9630AB'

red 150 ◦ green 48 ◦ blue 171

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

Shades of Vivid Violet #9630AB

Tints of Vivid Violet #9630AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 40.65%
G = 13.01%
B = 46.34%

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

#9630AB (or 0x9630AB) is known color: Vivid Violet. HEX triplet: 96, 30 and AB. RGB value is (150,48,171). Sum of RGB (Red+Green+Blue) = 150+48+171=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #9630AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9630AB is #69CF54. Grayscale: #5C5C5C. Windows color (decimal): -6934357 or 11219094. OLE color: 11219094.

HSL color Cylindrical-coordinate representation of color #9630AB: hue angle of 289.76º 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 #9630AB is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 48 171 -
CMYK 0.12 0.72 0 0.33
HSL 289.76º 0.56% 0.43% -
HSV(B) 289.76º 0.72% 0.67% -
XYZ 20.99 11.54 39.65 -
YUV 92.52 172.29 169 -
System Red Green Blue C M Y K H S L
Decimal 150 48 171 0.12 0.72 0 0.33 289.76 0.56 0.43
Hex 96 30 AB C 48 0 21 122 38 2B
Octal 226 60 253 14 110 0 41 442 70 53
Binary 10010110 110000 10101011 1100 1001000 0 100001 100100010 111000 101011

Color Harmonies of #9630AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9630AB

Black with #9630AB

Text Example


Text Example

White with #9630AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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