Html Css Color HEX #958BB3 Cold Purple

📋 copy color: '#958BB3'

red 149 ◦ green 139 ◦ blue 179

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

Shades of Cold Purple #958BB3

Tints of Cold Purple #958BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.33%

R = 31.91%
G = 29.76%
B = 38.33%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#958BB3 (or 0x958BB3) is known color: Cold Purple. HEX triplet: 95, 8B and B3. RGB value is (149,139,179). Sum of RGB (Red+Green+Blue) = 149+139+179=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 179 - color contains mainly: blue. Hex color #958BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BB3 is #6A744C. Grayscale: #929292. Windows color (decimal): -6976589 or 11766677. OLE color: 11766677.

HSL color Cylindrical-coordinate representation of color #958BB3: hue angle of 255º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #958BB3 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 139 179 -
CMYK 0.17 0.22 0 0.30
HSL 255º 0.21% 0.62% -
HSV(B) 255º 0.22% 0.7% -
XYZ 29.76 28.11 46.5 -
YUV 146.55 146.31 129.75 -
System Red Green Blue C M Y K H S L
Decimal 149 139 179 0.17 0.22 0 0.30 255 0.21 0.62
Hex 95 8B B3 11 16 0 1E FF 15 3E
Octal 225 213 263 21 26 0 36 377 25 76
Binary 10010101 10001011 10110011 10001 10110 0 11110 11111111 10101 111110

Color Harmonies of #958BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958BB3

Black with #958BB3

Text Example


Text Example

White with #958BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,139,179); }

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

background-color css

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

 a { background-color: rgb(149,139,179); }

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

border-color css

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

 span { border-color: rgb(149,139,179); }

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