Html Css Color HEX #9A63FD Light Slate Blue

📋 copy color: '#9A63FD'

red 154 ◦ green 99 ◦ blue 253

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

Shades of Light Slate Blue #9A63FD

Tints of Light Slate Blue #9A63FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50%

R = 30.43%
G = 19.57%
B = 50%

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

#9A63FD (or 0x9A63FD) is known color: Light Slate Blue. HEX triplet: 9A, 63 and FD. RGB value is (154,99,253). Sum of RGB (Red+Green+Blue) = 154+99+253=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A63FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A63FD is #659C02. Grayscale: #848484. Windows color (decimal): -6659075 or 16606106. OLE color: 16606106.

HSL color Cylindrical-coordinate representation of color #9A63FD: hue angle of 261.43º degrees, saturation: 0.97, 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 #9A63FD is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 99 253 -
CMYK 0.39 0.61 0 0.01
HSL 261.43º 0.97% 0.69% -
HSV(B) 261.43º 0.61% 0.99% -
XYZ 35.52 22.89 95.47 -
YUV 133 195.72 142.98 -
System Red Green Blue C M Y K H S L
Decimal 154 99 253 0.39 0.61 0 0.01 261.43 0.97 0.69
Hex 9A 63 FD 27 3D 0 1 105 61 45
Octal 232 143 375 47 75 0 1 405 141 105
Binary 10011010 1100011 11111101 100111 111101 0 1 100000101 1100001 1000101

Color Harmonies of #9A63FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A63FD

Black with #9A63FD

Text Example


Text Example

White with #9A63FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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