Html Css Color HEX #9580CB True V

📋 copy color: '#9580CB'

red 149 ◦ green 128 ◦ blue 203

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

Shades of True V #9580CB

Tints of True V #9580CB

RGB

 RED value IS 149 (58.59% from 255) = 31.04%

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

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 31.04%
G = 26.67%
B = 42.29%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9580CB (or 0x9580CB) is known color: True V. HEX triplet: 95, 80 and CB. RGB value is (149,128,203). Sum of RGB (Red+Green+Blue) = 149+128+203=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #9580CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9580CB is #6A7F34. Grayscale: #8E8E8E. Windows color (decimal): -6979381 or 13336725. OLE color: 13336725.

HSL color Cylindrical-coordinate representation of color #9580CB: hue angle of 256.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9580CB is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 128 203 -
CMYK 0.27 0.37 0 0.20
HSL 256.8º 0.42% 0.65% -
HSV(B) 256.8º 0.37% 0.8% -
XYZ 30.89 26.14 59.92 -
YUV 142.83 161.96 132.4 -
System Red Green Blue C M Y K H S L
Decimal 149 128 203 0.27 0.37 0 0.20 256.8 0.42 0.65
Hex 95 80 CB 1B 25 0 14 101 2A 41
Octal 225 200 313 33 45 0 24 401 52 101
Binary 10010101 10000000 11001011 11011 100101 0 10100 100000001 101010 1000001

Color Harmonies of #9580CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9580CB

Black with #9580CB

Text Example


Text Example

White with #9580CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9580CB; }

 p { color: rgb(149,128,203); }

 H1.HeaderClassName
 {
   color: #9580CB;
 }
 .AnyTagClassName
 {
   color: #9580CB;
 }
</style>

background-color css

<style>
 a { background-color: #9580CB; }

 a { background-color: rgb(149,128,203); }

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

border-color css

<style>
 span { border-color: #9580CB; }

 span { border-color: rgb(149,128,203); }

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