Html Css Color HEX #958DBA Cold Purple

📋 copy color: '#958DBA'

red 149 ◦ green 141 ◦ blue 186

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

Shades of Cold Purple #958DBA

Tints of Cold Purple #958DBA

RGB

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

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

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

R = 31.3%
G = 29.62%
B = 39.08%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#958DBA (or 0x958DBA) is known color: Cold Purple. HEX triplet: 95, 8D and BA. RGB value is (149,141,186). Sum of RGB (Red+Green+Blue) = 149+141+186=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 141 (55.47% from 255 or 29.62% 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 #958DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DBA is #6A7245. Grayscale: #949494. Windows color (decimal): -6976070 or 12225941. OLE color: 12225941.

HSL color Cylindrical-coordinate representation of color #958DBA: hue angle of 250.67º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #958DBA is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 141 186 -
CMYK 0.20 0.24 0 0.27
HSL 250.67º 0.25% 0.64% -
HSV(B) 250.67º 0.24% 0.73% -
XYZ 30.78 28.98 50.43 -
YUV 148.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 149 141 186 0.20 0.24 0 0.27 250.67 0.25 0.64
Hex 95 8D BA 14 18 0 1B FB 19 40
Octal 225 215 272 24 30 0 33 373 31 100
Binary 10010101 10001101 10111010 10100 11000 0 11011 11111011 11001 1000000

Color Harmonies of #958DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958DBA

Black with #958DBA

Text Example


Text Example

White with #958DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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