Html Css Color HEX #9472CD True V

📋 copy color: '#9472CD'

red 148 ◦ green 114 ◦ blue 205

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

Shades of True V #9472CD

Tints of True V #9472CD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.41%

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

R = 31.69%
G = 24.41%
B = 43.9%

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

#9472CD (or 0x9472CD) is known color: True V. HEX triplet: 94, 72 and CD. RGB value is (148,114,205). Sum of RGB (Red+Green+Blue) = 148+114+205=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #9472CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9472CD is #6B8D32. Grayscale: #868686. Windows color (decimal): -7048499 or 13464212. OLE color: 13464212.

HSL color Cylindrical-coordinate representation of color #9472CD: hue angle of 262.42º degrees, saturation: 0.48, 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 #9472CD is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 114 205 -
CMYK 0.28 0.44 0 0.20
HSL 262.42º 0.48% 0.63% -
HSV(B) 262.42º 0.44% 0.8% -
XYZ 29.25 22.74 60.6 -
YUV 134.54 167.76 137.6 -
System Red Green Blue C M Y K H S L
Decimal 148 114 205 0.28 0.44 0 0.20 262.42 0.48 0.63
Hex 94 72 CD 1C 2C 0 14 106 30 3F
Octal 224 162 315 34 54 0 24 406 60 77
Binary 10010100 1110010 11001101 11100 101100 0 10100 100000110 110000 111111

Color Harmonies of #9472CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9472CD

Black with #9472CD

Text Example


Text Example

White with #9472CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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