Html Css Color HEX #9475CD True V

📋 copy color: '#9475CD'

red 148 ◦ green 117 ◦ blue 205

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

Shades of True V #9475CD

Tints of True V #9475CD

RGB

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

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

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

R = 31.49%
G = 24.89%
B = 43.62%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9475CD (or 0x9475CD) is known color: True V. HEX triplet: 94, 75 and CD. RGB value is (148,117,205). Sum of RGB (Red+Green+Blue) = 148+117+205=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #9475CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9475CD is #6B8A32. Grayscale: #878787. Windows color (decimal): -7047731 or 13464980. OLE color: 13464980.

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

Color convert

RGB 148 117 205 -
CMYK 0.28 0.43 0 0.20
HSL 261.14º 0.47% 0.63% -
HSV(B) 261.14º 0.43% 0.8% -
XYZ 29.59 23.43 60.72 -
YUV 136.3 166.77 136.34 -
System Red Green Blue C M Y K H S L
Decimal 148 117 205 0.28 0.43 0 0.20 261.14 0.47 0.63
Hex 94 75 CD 1C 2B 0 14 105 2F 3F
Octal 224 165 315 34 53 0 24 405 57 77
Binary 10010100 1110101 11001101 11100 101011 0 10100 100000101 101111 111111

Color Harmonies of #9475CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9475CD

Black with #9475CD

Text Example


Text Example

White with #9475CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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