Html Css Color HEX #9E52FF Light Slate Blue

📋 copy color: '#9E52FF'

red 158 ◦ green 82 ◦ blue 255

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

Shades of Light Slate Blue #9E52FF

Tints of Light Slate Blue #9E52FF

RGB

 RED value IS 158 (62.11% from 255) = 31.92%

 GREEN value IS 82 (32.42% from 255) = 16.57%

 BLUE value IS 255 (100% from 255) = 51.52%

R = 31.92%
G = 16.57%
B = 51.52%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9E52FF (or 0x9E52FF) is known color: Light Slate Blue. HEX triplet: 9E, 52 and FF. RGB value is (158,82,255). Sum of RGB (Red+Green+Blue) = 158+82+255=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E52FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E52FF is #61AD00. Grayscale: #7B7B7B. Windows color (decimal): -6401281 or 16732830. OLE color: 16732830.

HSL color Cylindrical-coordinate representation of color #9E52FF: hue angle of 266.36º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E52FF is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 158 82 255 -
CMYK 0.38 0.68 0 0
HSL 266.36º 1% 0.66% -
HSV(B) 266.36º 0.68% 1% -
XYZ 35.17 20.52 96.72 -
YUV 124.45 201.68 151.93 -
System Red Green Blue C M Y K H S L
Decimal 158 82 255 0.38 0.68 0 0 266.36 1 0.66
Hex 9E 52 FF 26 44 0 0 10A 64 42
Octal 236 122 377 46 104 0 0 412 144 102
Binary 10011110 1010010 11111111 100110 1000100 0 0 100001010 1100100 1000010

Color Harmonies of #9E52FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E52FF

Black with #9E52FF

Text Example


Text Example

White with #9E52FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E52FF; }

 p { color: rgb(158,82,255); }

 H1.HeaderClassName
 {
   color: #9E52FF;
 }
 .AnyTagClassName
 {
   color: #9E52FF;
 }
</style>

background-color css

<style>
 a { background-color: #9E52FF; }

 a { background-color: rgb(158,82,255); }

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

border-color css

<style>
 span { border-color: #9E52FF; }

 span { border-color: rgb(158,82,255); }

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