Html Css Color HEX #9741A4 Vivid Violet

📋 copy color: '#9741A4'

red 151 ◦ green 65 ◦ blue 164

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

Shades of Vivid Violet #9741A4

Tints of Vivid Violet #9741A4

RGB

 RED value IS 151 (59.38% from 255) = 39.74%

 GREEN value IS 65 (25.78% from 255) = 17.11%

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

R = 39.74%
G = 17.11%
B = 43.16%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9741A4 (or 0x9741A4) is known color: Vivid Violet. HEX triplet: 97, 41 and A4. RGB value is (151,65,164). Sum of RGB (Red+Green+Blue) = 151+65+164=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 164 - color contains mainly: blue. Hex color #9741A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9741A4 is #68BE5B. Grayscale: #656565. Windows color (decimal): -6864476 or 10764695. OLE color: 10764695.

HSL color Cylindrical-coordinate representation of color #9741A4: hue angle of 292.12º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9741A4 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 151 65 164 -
CMYK 0.08 0.60 0 0.36
HSL 292.12º 0.43% 0.45% -
HSV(B) 292.12º 0.6% 0.64% -
XYZ 21.35 13.04 36.51 -
YUV 102 162.99 162.95 -
System Red Green Blue C M Y K H S L
Decimal 151 65 164 0.08 0.60 0 0.36 292.12 0.43 0.45
Hex 97 41 A4 8 3C 0 24 124 2B 2D
Octal 227 101 244 10 74 0 44 444 53 55
Binary 10010111 1000001 10100100 1000 111100 0 100100 100100100 101011 101101

Color Harmonies of #9741A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9741A4

Black with #9741A4

Text Example


Text Example

White with #9741A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,65,164); }

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

background-color css

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

 a { background-color: rgb(151,65,164); }

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

border-color css

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

 span { border-color: rgb(151,65,164); }

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