Html Css Color HEX #9379CD True V

📋 copy color: '#9379CD'

red 147 ◦ green 121 ◦ blue 205

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

Shades of True V #9379CD

Tints of True V #9379CD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.58%

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

R = 31.08%
G = 25.58%
B = 43.34%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9379CD (or 0x9379CD) is known color: True V. HEX triplet: 93, 79 and CD. RGB value is (147,121,205). Sum of RGB (Red+Green+Blue) = 147+121+205=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #9379CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9379CD is #6C8632. Grayscale: #8A8A8A. Windows color (decimal): -7112243 or 13466003. OLE color: 13466003.

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

Color convert

RGB 147 121 205 -
CMYK 0.28 0.41 0 0.20
HSL 258.57º 0.46% 0.64% -
HSV(B) 258.57º 0.41% 0.8% -
XYZ 29.89 24.29 60.87 -
YUV 138.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 147 121 205 0.28 0.41 0 0.20 258.57 0.46 0.64
Hex 93 79 CD 1C 29 0 14 103 2E 40
Octal 223 171 315 34 51 0 24 403 56 100
Binary 10010011 1111001 11001101 11100 101001 0 10100 100000011 101110 1000000

Color Harmonies of #9379CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9379CD

Black with #9379CD

Text Example


Text Example

White with #9379CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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