Html Css Color HEX #968CBF Cold Purple

📋 copy color: '#968CBF'

red 150 ◦ green 140 ◦ blue 191

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

Shades of Cold Purple #968CBF

Tints of Cold Purple #968CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.71%

R = 31.19%
G = 29.11%
B = 39.71%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#968CBF (or 0x968CBF) is known color: Cold Purple. HEX triplet: 96, 8C and BF. RGB value is (150,140,191). Sum of RGB (Red+Green+Blue) = 150+140+191=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #968CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968CBF is #697340. Grayscale: #949494. Windows color (decimal): -6910785 or 12553366. OLE color: 12553366.

HSL color Cylindrical-coordinate representation of color #968CBF: hue angle of 251.76º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #968CBF is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 140 191 -
CMYK 0.21 0.27 0 0.25
HSL 251.76º 0.28% 0.65% -
HSV(B) 251.76º 0.27% 0.75% -
XYZ 31.36 29 53.24 -
YUV 148.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 150 140 191 0.21 0.27 0 0.25 251.76 0.28 0.65
Hex 96 8C BF 15 1B 0 19 FC 1C 41
Octal 226 214 277 25 33 0 31 374 34 101
Binary 10010110 10001100 10111111 10101 11011 0 11001 11111100 11100 1000001

Color Harmonies of #968CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968CBF

Black with #968CBF

Text Example


Text Example

White with #968CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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