Html Css Color HEX #958DBC Cold Purple

📋 copy color: '#958DBC'

red 149 ◦ green 141 ◦ blue 188

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

Shades of Cold Purple #958DBC

Tints of Cold Purple #958DBC

RGB

 RED value IS 149 (58.59% from 255) = 31.17%

 GREEN value IS 141 (55.47% from 255) = 29.5%

 BLUE value IS 188 (73.83% from 255) = 39.33%

R = 31.17%
G = 29.5%
B = 39.33%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#958DBC (or 0x958DBC) is known color: Cold Purple. HEX triplet: 95, 8D and BC. RGB value is (149,141,188). Sum of RGB (Red+Green+Blue) = 149+141+188=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #958DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DBC is #6A7243. Grayscale: #949494. Windows color (decimal): -6976068 or 12357013. OLE color: 12357013.

HSL color Cylindrical-coordinate representation of color #958DBC: hue angle of 250.21º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #958DBC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 141 188 -
CMYK 0.21 0.25 0 0.26
HSL 250.21º 0.26% 0.65% -
HSV(B) 250.21º 0.25% 0.74% -
XYZ 31 29.07 51.55 -
YUV 148.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 149 141 188 0.21 0.25 0 0.26 250.21 0.26 0.65
Hex 95 8D BC 15 19 0 1A FA 1A 41
Octal 225 215 274 25 31 0 32 372 32 101
Binary 10010101 10001101 10111100 10101 11001 0 11010 11111010 11010 1000001

Color Harmonies of #958DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958DBC

Black with #958DBC

Text Example


Text Example

White with #958DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958DBC; }

 p { color: rgb(149,141,188); }

 H1.HeaderClassName
 {
   color: #958DBC;
 }
 .AnyTagClassName
 {
   color: #958DBC;
 }
</style>

background-color css

<style>
 a { background-color: #958DBC; }

 a { background-color: rgb(149,141,188); }

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

border-color css

<style>
 span { border-color: #958DBC; }

 span { border-color: rgb(149,141,188); }

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