Html Css Color HEX #968BBA Cold Purple

📋 copy color: '#968BBA'

red 150 ◦ green 139 ◦ blue 186

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

Shades of Cold Purple #968BBA

Tints of Cold Purple #968BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 31.58%
G = 29.26%
B = 39.16%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#968BBA (or 0x968BBA) is known color: Cold Purple. HEX triplet: 96, 8B and BA. RGB value is (150,139,186). Sum of RGB (Red+Green+Blue) = 150+139+186=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #968BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BBA is #697445. Grayscale: #939393. Windows color (decimal): -6911046 or 12225430. OLE color: 12225430.

HSL color Cylindrical-coordinate representation of color #968BBA: hue angle of 254.04º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #968BBA is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 139 186 -
CMYK 0.19 0.25 0 0.27
HSL 254.04º 0.25% 0.64% -
HSV(B) 254.04º 0.25% 0.73% -
XYZ 30.67 28.49 50.34 -
YUV 147.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 150 139 186 0.19 0.25 0 0.27 254.04 0.25 0.64
Hex 96 8B BA 13 19 0 1B FE 19 40
Octal 226 213 272 23 31 0 33 376 31 100
Binary 10010110 10001011 10111010 10011 11001 0 11011 11111110 11001 1000000

Color Harmonies of #968BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968BBA

Black with #968BBA

Text Example


Text Example

White with #968BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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