Html Css Color HEX #908ABB Cold Purple

📋 copy color: '#908ABB'

red 144 ◦ green 138 ◦ blue 187

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

Shades of Cold Purple #908ABB

Tints of Cold Purple #908ABB

RGB

 RED value IS 144 (56.64% from 255) = 30.7%

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

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

R = 30.7%
G = 29.42%
B = 39.87%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#908ABB (or 0x908ABB) is known color: Cold Purple. HEX triplet: 90, 8A and BB. RGB value is (144,138,187). Sum of RGB (Red+Green+Blue) = 144+138+187=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #908ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ABB is #6F7544. Grayscale: #919191. Windows color (decimal): -7304517 or 12290704. OLE color: 12290704.

HSL color Cylindrical-coordinate representation of color #908ABB: hue angle of 247.35º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #908ABB is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 138 187 -
CMYK 0.23 0.26 0 0.27
HSL 247.35º 0.26% 0.64% -
HSV(B) 247.35º 0.26% 0.73% -
XYZ 29.56 27.69 50.8 -
YUV 145.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 144 138 187 0.23 0.26 0 0.27 247.35 0.26 0.64
Hex 90 8A BB 17 1A 0 1B F7 1A 40
Octal 220 212 273 27 32 0 33 367 32 100
Binary 10010000 10001010 10111011 10111 11010 0 11011 11110111 11010 1000000

Color Harmonies of #908ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908ABB

Black with #908ABB

Text Example


Text Example

White with #908ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908ABB; }

 p { color: rgb(144,138,187); }

 H1.HeaderClassName
 {
   color: #908ABB;
 }
 .AnyTagClassName
 {
   color: #908ABB;
 }
</style>

background-color css

<style>
 a { background-color: #908ABB; }

 a { background-color: rgb(144,138,187); }

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

border-color css

<style>
 span { border-color: #908ABB; }

 span { border-color: rgb(144,138,187); }

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