Html Css Color HEX #9679CD True V

📋 copy color: '#9679CD'

red 150 ◦ green 121 ◦ blue 205

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

Shades of True V #9679CD

Tints of True V #9679CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 31.51%
G = 25.42%
B = 43.07%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9679CD (or 0x9679CD) is known color: True V. HEX triplet: 96, 79 and CD. RGB value is (150,121,205). Sum of RGB (Red+Green+Blue) = 150+121+205=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #9679CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9679CD is #698632. Grayscale: #8A8A8A. Windows color (decimal): -6915635 or 13466006. OLE color: 13466006.

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

Color convert

RGB 150 121 205 -
CMYK 0.27 0.41 0 0.20
HSL 260.71º 0.46% 0.64% -
HSV(B) 260.71º 0.41% 0.8% -
XYZ 30.43 24.57 60.9 -
YUV 139.25 165.11 135.67 -
System Red Green Blue C M Y K H S L
Decimal 150 121 205 0.27 0.41 0 0.20 260.71 0.46 0.64
Hex 96 79 CD 1B 29 0 14 105 2E 40
Octal 226 171 315 33 51 0 24 405 56 100
Binary 10010110 1111001 11001101 11011 101001 0 10100 100000101 101110 1000000

Color Harmonies of #9679CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9679CD

Black with #9679CD

Text Example


Text Example

White with #9679CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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