Html Css Color HEX #9638AB Vivid Violet

📋 copy color: '#9638AB'

red 150 ◦ green 56 ◦ blue 171

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

Shades of Vivid Violet #9638AB

Tints of Vivid Violet #9638AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.85%

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

R = 39.79%
G = 14.85%
B = 45.36%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9638AB (or 0x9638AB) is known color: Vivid Violet. HEX triplet: 96, 38 and AB. RGB value is (150,56,171). Sum of RGB (Red+Green+Blue) = 150+56+171=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #9638AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9638AB is #69C754. Grayscale: #606060. Windows color (decimal): -6932309 or 11221142. OLE color: 11221142.

HSL color Cylindrical-coordinate representation of color #9638AB: hue angle of 289.04º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9638AB is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 56 171 -
CMYK 0.12 0.67 0 0.33
HSL 289.04º 0.51% 0.45% -
HSV(B) 289.04º 0.67% 0.67% -
XYZ 21.34 12.25 39.77 -
YUV 97.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 150 56 171 0.12 0.67 0 0.33 289.04 0.51 0.45
Hex 96 38 AB C 43 0 21 121 33 2D
Octal 226 70 253 14 103 0 41 441 63 55
Binary 10010110 111000 10101011 1100 1000011 0 100001 100100001 110011 101101

Color Harmonies of #9638AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9638AB

Black with #9638AB

Text Example


Text Example

White with #9638AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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