Html Css Color HEX #918ABF Cold Purple

📋 copy color: '#918ABF'

red 145 ◦ green 138 ◦ blue 191

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

Shades of Cold Purple #918ABF

Tints of Cold Purple #918ABF

RGB

 RED value IS 145 (57.03% from 255) = 30.59%

 GREEN value IS 138 (54.3% from 255) = 29.11%

 BLUE value IS 191 (75% from 255) = 40.3%

R = 30.59%
G = 29.11%
B = 40.3%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#918ABF (or 0x918ABF) is known color: Cold Purple. HEX triplet: 91, 8A and BF. RGB value is (145,138,191). Sum of RGB (Red+Green+Blue) = 145+138+191=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #918ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ABF is #6E7540. Grayscale: #919191. Windows color (decimal): -7238977 or 12552849. OLE color: 12552849.

HSL color Cylindrical-coordinate representation of color #918ABF: hue angle of 247.92º degrees, saturation: 0.29, 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 #918ABF is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 138 191 -
CMYK 0.24 0.28 0 0.25
HSL 247.92º 0.29% 0.65% -
HSV(B) 247.92º 0.28% 0.75% -
XYZ 30.17 27.96 53.1 -
YUV 146.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 145 138 191 0.24 0.28 0 0.25 247.92 0.29 0.65
Hex 91 8A BF 18 1C 0 19 F8 1D 41
Octal 221 212 277 30 34 0 31 370 35 101
Binary 10010001 10001010 10111111 11000 11100 0 11001 11111000 11101 1000001

Color Harmonies of #918ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918ABF

Black with #918ABF

Text Example


Text Example

White with #918ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918ABF; }

 p { color: rgb(145,138,191); }

 H1.HeaderClassName
 {
   color: #918ABF;
 }
 .AnyTagClassName
 {
   color: #918ABF;
 }
</style>

background-color css

<style>
 a { background-color: #918ABF; }

 a { background-color: rgb(145,138,191); }

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

border-color css

<style>
 span { border-color: #918ABF; }

 span { border-color: rgb(145,138,191); }

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