Html Css Color HEX #9376CD True V

📋 copy color: '#9376CD'

red 147 ◦ green 118 ◦ blue 205

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

Shades of True V #9376CD

Tints of True V #9376CD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.11%

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 31.28%
G = 25.11%
B = 43.62%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9376CD (or 0x9376CD) is known color: True V. HEX triplet: 93, 76 and CD. RGB value is (147,118,205). Sum of RGB (Red+Green+Blue) = 147+118+205=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #9376CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376CD is #6C8932. Grayscale: #888888. Windows color (decimal): -7113011 or 13465235. OLE color: 13465235.

HSL color Cylindrical-coordinate representation of color #9376CD: hue angle of 260º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9376CD is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 118 205 -
CMYK 0.28 0.42 0 0.20
HSL 260º 0.47% 0.63% -
HSV(B) 260º 0.42% 0.8% -
XYZ 29.53 23.57 60.75 -
YUV 136.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 147 118 205 0.28 0.42 0 0.20 260 0.47 0.63
Hex 93 76 CD 1C 2A 0 14 104 2F 3F
Octal 223 166 315 34 52 0 24 404 57 77
Binary 10010011 1110110 11001101 11100 101010 0 10100 100000100 101111 111111

Color Harmonies of #9376CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9376CD

Black with #9376CD

Text Example


Text Example

White with #9376CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9376CD; }

 p { color: rgb(147,118,205); }

 H1.HeaderClassName
 {
   color: #9376CD;
 }
 .AnyTagClassName
 {
   color: #9376CD;
 }
</style>

background-color css

<style>
 a { background-color: #9376CD; }

 a { background-color: rgb(147,118,205); }

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

border-color css

<style>
 span { border-color: #9376CD; }

 span { border-color: rgb(147,118,205); }

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