Html Css Color HEX #9677CE True V

📋 copy color: '#9677CE'

red 150 ◦ green 119 ◦ blue 206

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

Shades of True V #9677CE

Tints of True V #9677CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.05%

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

R = 31.58%
G = 25.05%
B = 43.37%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9677CE (or 0x9677CE) is known color: True V. HEX triplet: 96, 77 and CE. RGB value is (150,119,206). Sum of RGB (Red+Green+Blue) = 150+119+206=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #9677CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9677CE is #698831. Grayscale: #898989. Windows color (decimal): -6916146 or 13531030. OLE color: 13531030.

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

Color convert

RGB 150 119 206 -
CMYK 0.27 0.42 0 0.19
HSL 261.38º 0.47% 0.64% -
HSV(B) 261.38º 0.42% 0.81% -
XYZ 30.32 24.13 61.45 -
YUV 138.19 166.27 136.43 -
System Red Green Blue C M Y K H S L
Decimal 150 119 206 0.27 0.42 0 0.19 261.38 0.47 0.64
Hex 96 77 CE 1B 2A 0 13 105 2F 40
Octal 226 167 316 33 52 0 23 405 57 100
Binary 10010110 1110111 11001110 11011 101010 0 10011 100000101 101111 1000000

Color Harmonies of #9677CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9677CE

Black with #9677CE

Text Example


Text Example

White with #9677CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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