Html Css Color HEX #9680CC True V

📋 copy color: '#9680CC'

red 150 ◦ green 128 ◦ blue 204

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

Shades of True V #9680CC

Tints of True V #9680CC

RGB

 RED value IS 150 (58.98% from 255) = 31.12%

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

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 31.12%
G = 26.56%
B = 42.32%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9680CC (or 0x9680CC) is known color: True V. HEX triplet: 96, 80 and CC. RGB value is (150,128,204). Sum of RGB (Red+Green+Blue) = 150+128+204=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #9680CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680CC is #697F33. Grayscale: #8E8E8E. Windows color (decimal): -6913844 or 13402262. OLE color: 13402262.

HSL color Cylindrical-coordinate representation of color #9680CC: hue angle of 257.37º degrees, saturation: 0.43, 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 #9680CC is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 128 204 -
CMYK 0.26 0.37 0 0.2
HSL 257.37º 0.43% 0.65% -
HSV(B) 257.37º 0.37% 0.8% -
XYZ 31.2 26.28 60.56 -
YUV 143.24 162.29 132.82 -
System Red Green Blue C M Y K H S L
Decimal 150 128 204 0.26 0.37 0 0.2 257.37 0.43 0.65
Hex 96 80 CC 1A 25 0 14 101 2B 41
Octal 226 200 314 32 45 0 24 401 53 101
Binary 10010110 10000000 11001100 11010 100101 0 10100 100000001 101011 1000001

Color Harmonies of #9680CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9680CC

Black with #9680CC

Text Example


Text Example

White with #9680CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9680CC; }

 p { color: rgb(150,128,204); }

 H1.HeaderClassName
 {
   color: #9680CC;
 }
 .AnyTagClassName
 {
   color: #9680CC;
 }
</style>

background-color css

<style>
 a { background-color: #9680CC; }

 a { background-color: rgb(150,128,204); }

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

border-color css

<style>
 span { border-color: #9680CC; }

 span { border-color: rgb(150,128,204); }

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