Html Css Color HEX #9471CD True V

📋 copy color: '#9471CD'

red 148 ◦ green 113 ◦ blue 205

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

Shades of True V #9471CD

Tints of True V #9471CD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.25%

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

R = 31.76%
G = 24.25%
B = 43.99%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9471CD (or 0x9471CD) is known color: True V. HEX triplet: 94, 71 and CD. RGB value is (148,113,205). Sum of RGB (Red+Green+Blue) = 148+113+205=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #9471CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9471CD is #6B8E32. Grayscale: #858585. Windows color (decimal): -7048755 or 13463956. OLE color: 13463956.

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

Color convert

RGB 148 113 205 -
CMYK 0.28 0.45 0 0.20
HSL 262.83º 0.48% 0.62% -
HSV(B) 262.83º 0.45% 0.8% -
XYZ 29.14 22.51 60.57 -
YUV 133.95 168.1 138.02 -
System Red Green Blue C M Y K H S L
Decimal 148 113 205 0.28 0.45 0 0.20 262.83 0.48 0.62
Hex 94 71 CD 1C 2D 0 14 107 30 3E
Octal 224 161 315 34 55 0 24 407 60 76
Binary 10010100 1110001 11001101 11100 101101 0 10100 100000111 110000 111110

Color Harmonies of #9471CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9471CD

Black with #9471CD

Text Example


Text Example

White with #9471CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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