Html Css Color HEX #9473CD True V

📋 copy color: '#9473CD'

red 148 ◦ green 115 ◦ blue 205

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

Shades of True V #9473CD

Tints of True V #9473CD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.57%

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

R = 31.62%
G = 24.57%
B = 43.8%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9473CD (or 0x9473CD) is known color: True V. HEX triplet: 94, 73 and CD. RGB value is (148,115,205). Sum of RGB (Red+Green+Blue) = 148+115+205=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #9473CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9473CD is #6B8C32. Grayscale: #868686. Windows color (decimal): -7048243 or 13464468. OLE color: 13464468.

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

Color convert

RGB 148 115 205 -
CMYK 0.28 0.44 0 0.20
HSL 262º 0.47% 0.63% -
HSV(B) 262º 0.44% 0.8% -
XYZ 29.36 22.97 60.64 -
YUV 135.13 167.43 137.18 -
System Red Green Blue C M Y K H S L
Decimal 148 115 205 0.28 0.44 0 0.20 262 0.47 0.63
Hex 94 73 CD 1C 2C 0 14 106 2F 3F
Octal 224 163 315 34 54 0 24 406 57 77
Binary 10010100 1110011 11001101 11100 101100 0 10100 100000110 101111 111111

Color Harmonies of #9473CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9473CD

Black with #9473CD

Text Example


Text Example

White with #9473CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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