Html Css Color HEX #968AB3 Cold Purple

📋 copy color: '#968AB3'

red 150 ◦ green 138 ◦ blue 179

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

Shades of Cold Purple #968AB3

Tints of Cold Purple #968AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.33%

R = 32.12%
G = 29.55%
B = 38.33%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#968AB3 (or 0x968AB3) is known color: Cold Purple. HEX triplet: 96, 8A and B3. RGB value is (150,138,179). Sum of RGB (Red+Green+Blue) = 150+138+179=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 179 - color contains mainly: blue. Hex color #968AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968AB3 is #69754C. Grayscale: #929292. Windows color (decimal): -6911309 or 11766422. OLE color: 11766422.

HSL color Cylindrical-coordinate representation of color #968AB3: hue angle of 257.56º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #968AB3 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 138 179 -
CMYK 0.16 0.23 0 0.30
HSL 257.56º 0.21% 0.62% -
HSV(B) 257.56º 0.23% 0.7% -
XYZ 29.8 27.92 46.47 -
YUV 146.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 150 138 179 0.16 0.23 0 0.30 257.56 0.21 0.62
Hex 96 8A B3 10 17 0 1E 102 15 3E
Octal 226 212 263 20 27 0 36 402 25 76
Binary 10010110 10001010 10110011 10000 10111 0 11110 100000010 10101 111110

Color Harmonies of #968AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968AB3

Black with #968AB3

Text Example


Text Example

White with #968AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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