Html Css Color HEX #968CBA Cold Purple

📋 copy color: '#968CBA'

red 150 ◦ green 140 ◦ blue 186

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

Shades of Cold Purple #968CBA

Tints of Cold Purple #968CBA

RGB

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

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

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

R = 31.51%
G = 29.41%
B = 39.08%

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

#968CBA (or 0x968CBA) is known color: Cold Purple. HEX triplet: 96, 8C and BA. RGB value is (150,140,186). Sum of RGB (Red+Green+Blue) = 150+140+186=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #968CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968CBA is #697345. Grayscale: #949494. Windows color (decimal): -6910790 or 12225686. OLE color: 12225686.

HSL color Cylindrical-coordinate representation of color #968CBA: hue angle of 253.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 #968CBA is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 140 186 -
CMYK 0.19 0.25 0 0.27
HSL 253.04º 0.25% 0.64% -
HSV(B) 253.04º 0.25% 0.73% -
XYZ 30.82 28.79 50.39 -
YUV 148.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 150 140 186 0.19 0.25 0 0.27 253.04 0.25 0.64
Hex 96 8C BA 13 19 0 1B FD 19 40
Octal 226 214 272 23 31 0 33 375 31 100
Binary 10010110 10001100 10111010 10011 11001 0 11011 11111101 11001 1000000

Color Harmonies of #968CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968CBA

Black with #968CBA

Text Example


Text Example

White with #968CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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