Html Css Color HEX #9681CE True V

📋 copy color: '#9681CE'

red 150 ◦ green 129 ◦ blue 206

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

Shades of True V #9681CE

Tints of True V #9681CE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.6%

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

R = 30.93%
G = 26.6%
B = 42.47%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9681CE (or 0x9681CE) is known color: True V. HEX triplet: 96, 81 and CE. RGB value is (150,129,206). Sum of RGB (Red+Green+Blue) = 150+129+206=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #9681CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9681CE is #697E31. Grayscale: #8F8F8F. Windows color (decimal): -6913586 or 13533590. OLE color: 13533590.

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

Color convert

RGB 150 129 206 -
CMYK 0.27 0.37 0 0.19
HSL 256.36º 0.44% 0.66% -
HSV(B) 256.36º 0.37% 0.81% -
XYZ 31.57 26.64 61.87 -
YUV 144.06 162.96 132.24 -
System Red Green Blue C M Y K H S L
Decimal 150 129 206 0.27 0.37 0 0.19 256.36 0.44 0.66
Hex 96 81 CE 1B 25 0 13 100 2C 42
Octal 226 201 316 33 45 0 23 400 54 102
Binary 10010110 10000001 11001110 11011 100101 0 10011 100000000 101100 1000010

Color Harmonies of #9681CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9681CE

Black with #9681CE

Text Example


Text Example

White with #9681CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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