Html Css Color HEX #968BAC Cold Purple

📋 copy color: '#968BAC'

red 150 ◦ green 139 ◦ blue 172

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

Shades of Cold Purple #968BAC

Tints of Cold Purple #968BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.15%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 32.54%
G = 30.15%
B = 37.31%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#968BAC (or 0x968BAC) is known color: Cold Purple. HEX triplet: 96, 8B and AC. RGB value is (150,139,172). Sum of RGB (Red+Green+Blue) = 150+139+172=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #968BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968BAC is #697453. Grayscale: #919191. Windows color (decimal): -6911060 or 11307926. OLE color: 11307926.

HSL color Cylindrical-coordinate representation of color #968BAC: hue angle of 260º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #968BAC is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 139 172 -
CMYK 0.13 0.19 0 0.33
HSL 260º 0.17% 0.61% -
HSV(B) 260º 0.19% 0.67% -
XYZ 29.26 27.93 42.88 -
YUV 146.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 150 139 172 0.13 0.19 0 0.33 260 0.17 0.61
Hex 96 8B AC D 13 0 21 104 11 3D
Octal 226 213 254 15 23 0 41 404 21 75
Binary 10010110 10001011 10101100 1101 10011 0 100001 100000100 10001 111101

Color Harmonies of #968BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968BAC

Black with #968BAC

Text Example


Text Example

White with #968BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968BAC; }

 p { color: rgb(150,139,172); }

 H1.HeaderClassName
 {
   color: #968BAC;
 }
 .AnyTagClassName
 {
   color: #968BAC;
 }
</style>

background-color css

<style>
 a { background-color: #968BAC; }

 a { background-color: rgb(150,139,172); }

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

border-color css

<style>
 span { border-color: #968BAC; }

 span { border-color: rgb(150,139,172); }

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