Html Css Color HEX #9380CA True V

📋 copy color: '#9380CA'

red 147 ◦ green 128 ◦ blue 202

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

Shades of True V #9380CA

Tints of True V #9380CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.35%

R = 30.82%
G = 26.83%
B = 42.35%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9380CA (or 0x9380CA) is known color: True V. HEX triplet: 93, 80 and CA. RGB value is (147,128,202). Sum of RGB (Red+Green+Blue) = 147+128+202=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #9380CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380CA is #6C7F35. Grayscale: #8D8D8D. Windows color (decimal): -7110454 or 13271187. OLE color: 13271187.

HSL color Cylindrical-coordinate representation of color #9380CA: hue angle of 255.41º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9380CA is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 128 202 -
CMYK 0.27 0.37 0 0.21
HSL 255.41º 0.41% 0.65% -
HSV(B) 255.41º 0.37% 0.79% -
XYZ 30.41 25.91 59.27 -
YUV 142.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 147 128 202 0.27 0.37 0 0.21 255.41 0.41 0.65
Hex 93 80 CA 1B 25 0 15 FF 29 41
Octal 223 200 312 33 45 0 25 377 51 101
Binary 10010011 10000000 11001010 11011 100101 0 10101 11111111 101001 1000001

Color Harmonies of #9380CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9380CA

Black with #9380CA

Text Example


Text Example

White with #9380CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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