Html Css Color HEX #9779CD True V

📋 copy color: '#9779CD'

red 151 ◦ green 121 ◦ blue 205

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

Shades of True V #9779CD

Tints of True V #9779CD

RGB

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

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

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

R = 31.66%
G = 25.37%
B = 42.98%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9779CD (or 0x9779CD) is known color: True V. HEX triplet: 97, 79 and CD. RGB value is (151,121,205). Sum of RGB (Red+Green+Blue) = 151+121+205=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #9779CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9779CD is #688632. Grayscale: #8B8B8B. Windows color (decimal): -6850099 or 13466007. OLE color: 13466007.

HSL color Cylindrical-coordinate representation of color #9779CD: hue angle of 261.43º 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 #9779CD is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 121 205 -
CMYK 0.26 0.41 0 0.20
HSL 261.43º 0.46% 0.64% -
HSV(B) 261.43º 0.41% 0.8% -
XYZ 30.62 24.66 60.9 -
YUV 139.55 164.94 136.17 -
System Red Green Blue C M Y K H S L
Decimal 151 121 205 0.26 0.41 0 0.20 261.43 0.46 0.64
Hex 97 79 CD 1A 29 0 14 105 2E 40
Octal 227 171 315 32 51 0 24 405 56 100
Binary 10010111 1111001 11001101 11010 101001 0 10100 100000101 101110 1000000

Color Harmonies of #9779CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9779CD

Black with #9779CD

Text Example


Text Example

White with #9779CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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