Html Css Color HEX #9562BC Deep Lilac

📋 copy color: '#9562BC'

red 149 ◦ green 98 ◦ blue 188

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

Shades of Deep Lilac #9562BC

Tints of Deep Lilac #9562BC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.53%

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

R = 34.25%
G = 22.53%
B = 43.22%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9562BC (or 0x9562BC) is known color: Deep Lilac. HEX triplet: 95, 62 and BC. RGB value is (149,98,188). Sum of RGB (Red+Green+Blue) = 149+98+188=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #9562BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9562BC is #6A9D43. Grayscale: #7B7B7B. Windows color (decimal): -6987076 or 12346005. OLE color: 12346005.

HSL color Cylindrical-coordinate representation of color #9562BC: hue angle of 274º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9562BC is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 98 188 -
CMYK 0.21 0.48 0 0.26
HSL 274º 0.4% 0.56% -
HSV(B) 274º 0.48% 0.74% -
XYZ 25.84 18.76 49.84 -
YUV 123.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 149 98 188 0.21 0.48 0 0.26 274 0.4 0.56
Hex 95 62 BC 15 30 0 1A 112 28 38
Octal 225 142 274 25 60 0 32 422 50 70
Binary 10010101 1100010 10111100 10101 110000 0 11010 100010010 101000 111000

Color Harmonies of #9562BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9562BC

Black with #9562BC

Text Example


Text Example

White with #9562BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9562BC; }

 p { color: rgb(149,98,188); }

 H1.HeaderClassName
 {
   color: #9562BC;
 }
 .AnyTagClassName
 {
   color: #9562BC;
 }
</style>

background-color css

<style>
 a { background-color: #9562BC; }

 a { background-color: rgb(149,98,188); }

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

border-color css

<style>
 span { border-color: #9562BC; }

 span { border-color: rgb(149,98,188); }

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