Html Css Color HEX #975ABC Deep Lilac

📋 copy color: '#975ABC'

red 151 ◦ green 90 ◦ blue 188

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

Shades of Deep Lilac #975ABC

Tints of Deep Lilac #975ABC

RGB

 RED value IS 151 (59.38% from 255) = 35.2%

 GREEN value IS 90 (35.55% from 255) = 20.98%

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 35.2%
G = 20.98%
B = 43.82%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#975ABC (or 0x975ABC) is known color: Deep Lilac. HEX triplet: 97, 5A and BC. RGB value is (151,90,188). Sum of RGB (Red+Green+Blue) = 151+90+188=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #975ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975ABC is #68A543. Grayscale: #777777. Windows color (decimal): -6858052 or 12343959. OLE color: 12343959.

HSL color Cylindrical-coordinate representation of color #975ABC: hue angle of 277.35º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #975ABC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 90 188 -
CMYK 0.20 0.52 0 0.26
HSL 277.35º 0.42% 0.55% -
HSV(B) 277.35º 0.52% 0.74% -
XYZ 25.5 17.52 49.62 -
YUV 119.41 166.71 150.53 -
System Red Green Blue C M Y K H S L
Decimal 151 90 188 0.20 0.52 0 0.26 277.35 0.42 0.55
Hex 97 5A BC 14 34 0 1A 115 2A 37
Octal 227 132 274 24 64 0 32 425 52 67
Binary 10010111 1011010 10111100 10100 110100 0 11010 100010101 101010 110111

Color Harmonies of #975ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975ABC

Black with #975ABC

Text Example


Text Example

White with #975ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975ABC; }

 p { color: rgb(151,90,188); }

 H1.HeaderClassName
 {
   color: #975ABC;
 }
 .AnyTagClassName
 {
   color: #975ABC;
 }
</style>

background-color css

<style>
 a { background-color: #975ABC; }

 a { background-color: rgb(151,90,188); }

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

border-color css

<style>
 span { border-color: #975ABC; }

 span { border-color: rgb(151,90,188); }

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