Html Css Color HEX #968AAB Cold Purple

📋 copy color: '#968AAB'

red 150 ◦ green 138 ◦ blue 171

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

Shades of Cold Purple #968AAB

Tints of Cold Purple #968AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.07%

 BLUE value IS 171 (67.19% from 255) = 37.25%

R = 32.68%
G = 30.07%
B = 37.25%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#968AAB (or 0x968AAB) is known color: Cold Purple. HEX triplet: 96, 8A and AB. RGB value is (150,138,171). Sum of RGB (Red+Green+Blue) = 150+138+171=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #968AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968AAB is #697554. Grayscale: #919191. Windows color (decimal): -6911317 or 11242134. OLE color: 11242134.

HSL color Cylindrical-coordinate representation of color #968AAB: hue angle of 261.82º degrees, saturation: 0.16, 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 #968AAB is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 138 171 -
CMYK 0.12 0.19 0 0.33
HSL 261.82º 0.16% 0.61% -
HSV(B) 261.82º 0.19% 0.67% -
XYZ 29.02 27.6 42.33 -
YUV 145.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 150 138 171 0.12 0.19 0 0.33 261.82 0.16 0.61
Hex 96 8A AB C 13 0 21 106 10 3D
Octal 226 212 253 14 23 0 41 406 20 75
Binary 10010110 10001010 10101011 1100 10011 0 100001 100000110 10000 111101

Color Harmonies of #968AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968AAB

Black with #968AAB

Text Example


Text Example

White with #968AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,138,171); }

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

background-color css

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

 a { background-color: rgb(150,138,171); }

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

border-color css

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

 span { border-color: rgb(150,138,171); }

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