Html Css Color HEX #9380C9 True V

📋 copy color: '#9380C9'

red 147 ◦ green 128 ◦ blue 201

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

Shades of True V #9380C9

Tints of True V #9380C9

RGB

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

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

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

R = 30.88%
G = 26.89%
B = 42.23%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9380C9 (or 0x9380C9) is known color: True V. HEX triplet: 93, 80 and C9. RGB value is (147,128,201). Sum of RGB (Red+Green+Blue) = 147+128+201=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #9380C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380C9 is #6C7F36. Grayscale: #8D8D8D. Windows color (decimal): -7110455 or 13205651. OLE color: 13205651.

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

Color convert

RGB 147 128 201 -
CMYK 0.27 0.36 0 0.21
HSL 255.62º 0.4% 0.65% -
HSV(B) 255.62º 0.36% 0.79% -
XYZ 30.29 25.86 58.65 -
YUV 142 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 147 128 201 0.27 0.36 0 0.21 255.62 0.4 0.65
Hex 93 80 C9 1B 24 0 15 100 28 41
Octal 223 200 311 33 44 0 25 400 50 101
Binary 10010011 10000000 11001001 11011 100100 0 10101 100000000 101000 1000001

Color Harmonies of #9380C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9380C9

Black with #9380C9

Text Example


Text Example

White with #9380C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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