Html Css Color HEX #9371CC True V

📋 copy color: '#9371CC'

red 147 ◦ green 113 ◦ blue 204

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

Shades of True V #9371CC

Tints of True V #9371CC

RGB

 RED value IS 147 (57.81% from 255) = 31.68%

 GREEN value IS 113 (44.53% from 255) = 24.35%

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 31.68%
G = 24.35%
B = 43.97%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9371CC (or 0x9371CC) is known color: True V. HEX triplet: 93, 71 and CC. RGB value is (147,113,204). Sum of RGB (Red+Green+Blue) = 147+113+204=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #9371CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9371CC is #6C8E33. Grayscale: #858585. Windows color (decimal): -7114292 or 13398419. OLE color: 13398419.

HSL color Cylindrical-coordinate representation of color #9371CC: hue angle of 262.42º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9371CC is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 113 204 -
CMYK 0.28 0.45 0 0.2
HSL 262.42º 0.47% 0.62% -
HSV(B) 262.42º 0.45% 0.8% -
XYZ 28.84 22.37 59.93 -
YUV 133.54 167.76 137.6 -
System Red Green Blue C M Y K H S L
Decimal 147 113 204 0.28 0.45 0 0.2 262.42 0.47 0.62
Hex 93 71 CC 1C 2D 0 14 106 2F 3E
Octal 223 161 314 34 55 0 24 406 57 76
Binary 10010011 1110001 11001100 11100 101101 0 10100 100000110 101111 111110

Color Harmonies of #9371CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9371CC

Black with #9371CC

Text Example


Text Example

White with #9371CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9371CC; }

 p { color: rgb(147,113,204); }

 H1.HeaderClassName
 {
   color: #9371CC;
 }
 .AnyTagClassName
 {
   color: #9371CC;
 }
</style>

background-color css

<style>
 a { background-color: #9371CC; }

 a { background-color: rgb(147,113,204); }

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

border-color css

<style>
 span { border-color: #9371CC; }

 span { border-color: rgb(147,113,204); }

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