Html Css Color HEX #9680CA True V

📋 copy color: '#9680CA'

red 150 ◦ green 128 ◦ blue 202

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

Shades of True V #9680CA

Tints of True V #9680CA

RGB

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

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

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

R = 31.25%
G = 26.67%
B = 42.08%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9680CA (or 0x9680CA) is known color: True V. HEX triplet: 96, 80 and CA. RGB value is (150,128,202). Sum of RGB (Red+Green+Blue) = 150+128+202=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #9680CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680CA is #697F35. Grayscale: #8E8E8E. Windows color (decimal): -6913846 or 13271190. OLE color: 13271190.

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

Color convert

RGB 150 128 202 -
CMYK 0.26 0.37 0 0.21
HSL 257.84º 0.41% 0.65% -
HSV(B) 257.84º 0.37% 0.79% -
XYZ 30.96 26.19 59.3 -
YUV 143.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 150 128 202 0.26 0.37 0 0.21 257.84 0.41 0.65
Hex 96 80 CA 1A 25 0 15 102 29 41
Octal 226 200 312 32 45 0 25 402 51 101
Binary 10010110 10000000 11001010 11010 100101 0 10101 100000010 101001 1000001

Color Harmonies of #9680CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9680CA

Black with #9680CA

Text Example


Text Example

White with #9680CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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