Html Css Color HEX #968BB3 Cold Purple

📋 copy color: '#968BB3'

red 150 ◦ green 139 ◦ blue 179

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

Shades of Cold Purple #968BB3

Tints of Cold Purple #968BB3

RGB

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

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

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

R = 32.05%
G = 29.7%
B = 38.25%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#968BB3 (or 0x968BB3) is known color: Cold Purple. HEX triplet: 96, 8B and B3. RGB value is (150,139,179). Sum of RGB (Red+Green+Blue) = 150+139+179=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 179 - color contains mainly: blue. Hex color #968BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BB3 is #69744C. Grayscale: #929292. Windows color (decimal): -6911053 or 11766678. OLE color: 11766678.

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

Color convert

RGB 150 139 179 -
CMYK 0.16 0.22 0 0.30
HSL 256.5º 0.21% 0.62% -
HSV(B) 256.5º 0.22% 0.7% -
XYZ 29.95 28.2 46.51 -
YUV 146.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 150 139 179 0.16 0.22 0 0.30 256.5 0.21 0.62
Hex 96 8B B3 10 16 0 1E 100 15 3E
Octal 226 213 263 20 26 0 36 400 25 76
Binary 10010110 10001011 10110011 10000 10110 0 11110 100000000 10101 111110

Color Harmonies of #968BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968BB3

Black with #968BB3

Text Example


Text Example

White with #968BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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