Html Css Color HEX #9477CD True V

📋 copy color: '#9477CD'

red 148 ◦ green 119 ◦ blue 205

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

Shades of True V #9477CD

Tints of True V #9477CD

RGB

 RED value IS 148 (58.2% from 255) = 31.36%

 GREEN value IS 119 (46.88% from 255) = 25.21%

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

R = 31.36%
G = 25.21%
B = 43.43%

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

#9477CD (or 0x9477CD) is known color: True V. HEX triplet: 94, 77 and CD. RGB value is (148,119,205). Sum of RGB (Red+Green+Blue) = 148+119+205=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #9477CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9477CD is #6B8832. Grayscale: #898989. Windows color (decimal): -7047219 or 13465492. OLE color: 13465492.

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

Color convert

RGB 148 119 205 -
CMYK 0.28 0.42 0 0.20
HSL 260.23º 0.46% 0.64% -
HSV(B) 260.23º 0.42% 0.8% -
XYZ 29.83 23.9 60.8 -
YUV 137.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 148 119 205 0.28 0.42 0 0.20 260.23 0.46 0.64
Hex 94 77 CD 1C 2A 0 14 104 2E 40
Octal 224 167 315 34 52 0 24 404 56 100
Binary 10010100 1110111 11001101 11100 101010 0 10100 100000100 101110 1000000

Color Harmonies of #9477CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9477CD

Black with #9477CD

Text Example


Text Example

White with #9477CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,119,205); }

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

background-color css

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

 a { background-color: rgb(148,119,205); }

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

border-color css

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

 span { border-color: rgb(148,119,205); }

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