Html Css Color HEX #9680CE True V

📋 copy color: '#9680CE'

red 150 ◦ green 128 ◦ blue 206

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

Shades of True V #9680CE

Tints of True V #9680CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 30.99%
G = 26.45%
B = 42.56%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9680CE (or 0x9680CE) is known color: True V. HEX triplet: 96, 80 and CE. RGB value is (150,128,206). Sum of RGB (Red+Green+Blue) = 150+128+206=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #9680CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680CE is #697F31. Grayscale: #8F8F8F. Windows color (decimal): -6913842 or 13533334. OLE color: 13533334.

HSL color Cylindrical-coordinate representation of color #9680CE: hue angle of 256.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9680CE is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 128 206 -
CMYK 0.27 0.38 0 0.19
HSL 256.92º 0.44% 0.65% -
HSV(B) 256.92º 0.38% 0.81% -
XYZ 31.44 26.38 61.83 -
YUV 143.47 163.29 132.66 -
System Red Green Blue C M Y K H S L
Decimal 150 128 206 0.27 0.38 0 0.19 256.92 0.44 0.65
Hex 96 80 CE 1B 26 0 13 101 2C 41
Octal 226 200 316 33 46 0 23 401 54 101
Binary 10010110 10000000 11001110 11011 100110 0 10011 100000001 101100 1000001

Color Harmonies of #9680CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9680CE

Black with #9680CE

Text Example


Text Example

White with #9680CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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