Html Css Color HEX #9A64FF Light Slate Blue

📋 copy color: '#9A64FF'

red 154 ◦ green 100 ◦ blue 255

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

Shades of Light Slate Blue #9A64FF

Tints of Light Slate Blue #9A64FF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.65%

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

R = 30.26%
G = 19.65%
B = 50.1%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9A64FF (or 0x9A64FF) is known color: Light Slate Blue. HEX triplet: 9A, 64 and FF. RGB value is (154,100,255). Sum of RGB (Red+Green+Blue) = 154+100+255=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A64FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A64FF is #659B00. Grayscale: #858585. Windows color (decimal): -6658817 or 16737434. OLE color: 16737434.

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

Color convert

RGB 154 100 255 -
CMYK 0.40 0.61 0 0
HSL 260.9º 1% 0.7% -
HSV(B) 260.9º 0.61% 1% -
XYZ 35.93 23.2 97.19 -
YUV 133.82 196.39 142.4 -
System Red Green Blue C M Y K H S L
Decimal 154 100 255 0.40 0.61 0 0 260.9 1 0.7
Hex 9A 64 FF 28 3D 0 0 105 64 46
Octal 232 144 377 50 75 0 0 405 144 106
Binary 10011010 1100100 11111111 101000 111101 0 0 100000101 1100100 1000110

Color Harmonies of #9A64FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A64FF

Black with #9A64FF

Text Example


Text Example

White with #9A64FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,100,255); }

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

background-color css

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

 a { background-color: rgb(154,100,255); }

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

border-color css

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

 span { border-color: rgb(154,100,255); }

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