Html Css Color HEX #958DBB Cold Purple

📋 copy color: '#958DBB'

red 149 ◦ green 141 ◦ blue 187

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

Shades of Cold Purple #958DBB

Tints of Cold Purple #958DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.2%

R = 31.24%
G = 29.56%
B = 39.2%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#958DBB (or 0x958DBB) is known color: Cold Purple. HEX triplet: 95, 8D and BB. RGB value is (149,141,187). Sum of RGB (Red+Green+Blue) = 149+141+187=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #958DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DBB is #6A7244. Grayscale: #949494. Windows color (decimal): -6976069 or 12291477. OLE color: 12291477.

HSL color Cylindrical-coordinate representation of color #958DBB: hue angle of 250.43º 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 #958DBB is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 141 187 -
CMYK 0.20 0.25 0 0.27
HSL 250.43º 0.25% 0.64% -
HSV(B) 250.43º 0.25% 0.73% -
XYZ 30.89 29.03 50.99 -
YUV 148.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 149 141 187 0.20 0.25 0 0.27 250.43 0.25 0.64
Hex 95 8D BB 14 19 0 1B FA 19 40
Octal 225 215 273 24 31 0 33 372 31 100
Binary 10010101 10001101 10111011 10100 11001 0 11011 11111010 11001 1000000

Color Harmonies of #958DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958DBB

Black with #958DBB

Text Example


Text Example

White with #958DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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