Html Css Color HEX #9679CE True V

📋 copy color: '#9679CE'

red 150 ◦ green 121 ◦ blue 206

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

Shades of True V #9679CE

Tints of True V #9679CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.37%

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

R = 31.45%
G = 25.37%
B = 43.19%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9679CE (or 0x9679CE) is known color: True V. HEX triplet: 96, 79 and CE. RGB value is (150,121,206). Sum of RGB (Red+Green+Blue) = 150+121+206=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #9679CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9679CE is #698631. Grayscale: #8B8B8B. Windows color (decimal): -6915634 or 13531542. OLE color: 13531542.

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

Color convert

RGB 150 121 206 -
CMYK 0.27 0.41 0 0.19
HSL 260.47º 0.46% 0.64% -
HSV(B) 260.47º 0.41% 0.81% -
XYZ 30.56 24.62 61.53 -
YUV 139.36 165.61 135.59 -
System Red Green Blue C M Y K H S L
Decimal 150 121 206 0.27 0.41 0 0.19 260.47 0.46 0.64
Hex 96 79 CE 1B 29 0 13 104 2E 40
Octal 226 171 316 33 51 0 23 404 56 100
Binary 10010110 1111001 11001110 11011 101001 0 10011 100000100 101110 1000000

Color Harmonies of #9679CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9679CE

Black with #9679CE

Text Example


Text Example

White with #9679CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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