Html Css Color HEX #9A63FC Light Slate Blue

📋 copy color: '#9A63FC'

red 154 ◦ green 99 ◦ blue 252

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

Shades of Light Slate Blue #9A63FC

Tints of Light Slate Blue #9A63FC

RGB

 RED value IS 154 (60.55% from 255) = 30.5%

 GREEN value IS 99 (39.06% from 255) = 19.6%

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 30.5%
G = 19.6%
B = 49.9%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A63FC (or 0x9A63FC) is known color: Light Slate Blue. HEX triplet: 9A, 63 and FC. RGB value is (154,99,252). Sum of RGB (Red+Green+Blue) = 154+99+252=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A63FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A63FC is #659C03. Grayscale: #848484. Windows color (decimal): -6659076 or 16540570. OLE color: 16540570.

HSL color Cylindrical-coordinate representation of color #9A63FC: hue angle of 261.57º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A63FC is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 99 252 -
CMYK 0.39 0.61 0 0.01
HSL 261.57º 0.96% 0.69% -
HSV(B) 261.57º 0.61% 0.99% -
XYZ 35.36 22.82 94.64 -
YUV 132.89 195.22 143.06 -
System Red Green Blue C M Y K H S L
Decimal 154 99 252 0.39 0.61 0 0.01 261.57 0.96 0.69
Hex 9A 63 FC 27 3D 0 1 106 60 45
Octal 232 143 374 47 75 0 1 406 140 105
Binary 10011010 1100011 11111100 100111 111101 0 1 100000110 1100000 1000101

Color Harmonies of #9A63FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A63FC

Black with #9A63FC

Text Example


Text Example

White with #9A63FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,99,252); }

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

background-color css

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

 a { background-color: rgb(154,99,252); }

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

border-color css

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

 span { border-color: rgb(154,99,252); }

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