Html Css Color HEX #9475C9 True V

📋 copy color: '#9475C9'

red 148 ◦ green 117 ◦ blue 201

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

Shades of True V #9475C9

Tints of True V #9475C9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.11%

 BLUE value IS 201 (78.91% from 255) = 43.13%

R = 31.76%
G = 25.11%
B = 43.13%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9475C9 (or 0x9475C9) is known color: True V. HEX triplet: 94, 75 and C9. RGB value is (148,117,201). Sum of RGB (Red+Green+Blue) = 148+117+201=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #9475C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9475C9 is #6B8A36. Grayscale: #878787. Windows color (decimal): -7047735 or 13202836. OLE color: 13202836.

HSL color Cylindrical-coordinate representation of color #9475C9: hue angle of 262.14º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9475C9 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 117 201 -
CMYK 0.26 0.42 0 0.21
HSL 262.14º 0.44% 0.62% -
HSV(B) 262.14º 0.42% 0.79% -
XYZ 29.12 23.24 58.21 -
YUV 135.85 164.77 136.67 -
System Red Green Blue C M Y K H S L
Decimal 148 117 201 0.26 0.42 0 0.21 262.14 0.44 0.62
Hex 94 75 C9 1A 2A 0 15 106 2C 3E
Octal 224 165 311 32 52 0 25 406 54 76
Binary 10010100 1110101 11001001 11010 101010 0 10101 100000110 101100 111110

Color Harmonies of #9475C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9475C9

Black with #9475C9

Text Example


Text Example

White with #9475C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9475C9; }

 p { color: rgb(148,117,201); }

 H1.HeaderClassName
 {
   color: #9475C9;
 }
 .AnyTagClassName
 {
   color: #9475C9;
 }
</style>

background-color css

<style>
 a { background-color: #9475C9; }

 a { background-color: rgb(148,117,201); }

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

border-color css

<style>
 span { border-color: #9475C9; }

 span { border-color: rgb(148,117,201); }

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