Html Css Color HEX #9375CD True V

📋 copy color: '#9375CD'

red 147 ◦ green 117 ◦ blue 205

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

Shades of True V #9375CD

Tints of True V #9375CD

RGB

 RED value IS 147 (57.81% from 255) = 31.34%

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

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

R = 31.34%
G = 24.95%
B = 43.71%

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

#9375CD (or 0x9375CD) is known color: True V. HEX triplet: 93, 75 and CD. RGB value is (147,117,205). Sum of RGB (Red+Green+Blue) = 147+117+205=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #9375CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9375CD is #6C8A32. Grayscale: #878787. Windows color (decimal): -7113267 or 13464979. OLE color: 13464979.

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

Color convert

RGB 147 117 205 -
CMYK 0.28 0.43 0 0.20
HSL 260.45º 0.47% 0.63% -
HSV(B) 260.45º 0.43% 0.8% -
XYZ 29.41 23.33 60.71 -
YUV 136 166.94 135.84 -
System Red Green Blue C M Y K H S L
Decimal 147 117 205 0.28 0.43 0 0.20 260.45 0.47 0.63
Hex 93 75 CD 1C 2B 0 14 104 2F 3F
Octal 223 165 315 34 53 0 24 404 57 77
Binary 10010011 1110101 11001101 11100 101011 0 10100 100000100 101111 111111

Color Harmonies of #9375CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9375CD

Black with #9375CD

Text Example


Text Example

White with #9375CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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