Html Css Color HEX #9380CD True V

📋 copy color: '#9380CD'

red 147 ◦ green 128 ◦ blue 205

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

Shades of True V #9380CD

Tints of True V #9380CD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.67%

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

R = 30.63%
G = 26.67%
B = 42.71%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9380CD (or 0x9380CD) is known color: True V. HEX triplet: 93, 80 and CD. RGB value is (147,128,205). Sum of RGB (Red+Green+Blue) = 147+128+205=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #9380CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380CD is #6C7F32. Grayscale: #8E8E8E. Windows color (decimal): -7110451 or 13467795. OLE color: 13467795.

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

Color convert

RGB 147 128 205 -
CMYK 0.28 0.38 0 0.20
HSL 254.81º 0.44% 0.65% -
HSV(B) 254.81º 0.38% 0.8% -
XYZ 30.77 26.05 61.16 -
YUV 142.46 163.29 131.24 -
System Red Green Blue C M Y K H S L
Decimal 147 128 205 0.28 0.38 0 0.20 254.81 0.44 0.65
Hex 93 80 CD 1C 26 0 14 FF 2C 41
Octal 223 200 315 34 46 0 24 377 54 101
Binary 10010011 10000000 11001101 11100 100110 0 10100 11111111 101100 1000001

Color Harmonies of #9380CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9380CD

Black with #9380CD

Text Example


Text Example

White with #9380CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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