Html Css Color HEX #968CAE Cold Purple

📋 copy color: '#968CAE'

red 150 ◦ green 140 ◦ blue 174

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

Shades of Cold Purple #968CAE

Tints of Cold Purple #968CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

 BLUE value IS 174 (68.36% from 255) = 37.5%

R = 32.33%
G = 30.17%
B = 37.5%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#968CAE (or 0x968CAE) is known color: Cold Purple. HEX triplet: 96, 8C and AE. RGB value is (150,140,174). Sum of RGB (Red+Green+Blue) = 150+140+174=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #968CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968CAE is #697351. Grayscale: #929292. Windows color (decimal): -6910802 or 11439254. OLE color: 11439254.

HSL color Cylindrical-coordinate representation of color #968CAE: hue angle of 257.65º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #968CAE is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 140 174 -
CMYK 0.14 0.20 0 0.32
HSL 257.65º 0.17% 0.62% -
HSV(B) 257.65º 0.2% 0.68% -
XYZ 29.6 28.3 43.95 -
YUV 146.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 150 140 174 0.14 0.20 0 0.32 257.65 0.17 0.62
Hex 96 8C AE E 14 0 20 102 11 3E
Octal 226 214 256 16 24 0 40 402 21 76
Binary 10010110 10001100 10101110 1110 10100 0 100000 100000010 10001 111110

Color Harmonies of #968CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968CAE

Black with #968CAE

Text Example


Text Example

White with #968CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,140,174); }

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

background-color css

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

 a { background-color: rgb(150,140,174); }

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

border-color css

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

 span { border-color: rgb(150,140,174); }

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