Html Css Color HEX #968BC0 Cold Purple

📋 copy color: '#968BC0'

red 150 ◦ green 139 ◦ blue 192

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

Shades of Cold Purple #968BC0

Tints of Cold Purple #968BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.92%

R = 31.19%
G = 28.9%
B = 39.92%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#968BC0 (or 0x968BC0) is known color: Cold Purple. HEX triplet: 96, 8B and C0. RGB value is (150,139,192). Sum of RGB (Red+Green+Blue) = 150+139+192=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 192 - color contains mainly: blue. Hex color #968BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BC0 is #69743F. Grayscale: #949494. Windows color (decimal): -6911040 or 12618646. OLE color: 12618646.

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

Color convert

RGB 150 139 192 -
CMYK 0.22 0.28 0 0.25
HSL 252.45º 0.3% 0.65% -
HSV(B) 252.45º 0.28% 0.75% -
XYZ 31.32 28.76 53.77 -
YUV 148.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 150 139 192 0.22 0.28 0 0.25 252.45 0.3 0.65
Hex 96 8B C0 16 1C 0 19 FC 1E 41
Octal 226 213 300 26 34 0 31 374 36 101
Binary 10010110 10001011 11000000 10110 11100 0 11001 11111100 11110 1000001

Color Harmonies of #968BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968BC0

Black with #968BC0

Text Example


Text Example

White with #968BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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