Html Css Color HEX #968CAF Cold Purple

📋 copy color: '#968CAF'

red 150 ◦ green 140 ◦ blue 175

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

Shades of Cold Purple #968CAF

Tints of Cold Purple #968CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.63%

R = 32.26%
G = 30.11%
B = 37.63%

CMYK

 C value IS 0.14

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#968CAF (or 0x968CAF) is known color: Cold Purple. HEX triplet: 96, 8C and AF. RGB value is (150,140,175). Sum of RGB (Red+Green+Blue) = 150+140+175=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #968CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968CAF is #697350. Grayscale: #929292. Windows color (decimal): -6910801 or 11504790. OLE color: 11504790.

HSL color Cylindrical-coordinate representation of color #968CAF: hue angle of 257.14º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #968CAF is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 140 175 -
CMYK 0.14 0.2 0 0.31
HSL 257.14º 0.18% 0.62% -
HSV(B) 257.14º 0.2% 0.69% -
XYZ 29.69 28.34 44.46 -
YUV 146.98 143.81 130.15 -
System Red Green Blue C M Y K H S L
Decimal 150 140 175 0.14 0.2 0 0.31 257.14 0.18 0.62
Hex 96 8C AF E 14 0 1F 101 12 3E
Octal 226 214 257 16 24 0 37 401 22 76
Binary 10010110 10001100 10101111 1110 10100 0 11111 100000001 10010 111110

Color Harmonies of #968CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968CAF

Black with #968CAF

Text Example


Text Example

White with #968CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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