Html Css Color HEX #9A65FC Light Slate Blue

📋 copy color: '#9A65FC'

red 154 ◦ green 101 ◦ blue 252

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

Shades of Light Slate Blue #9A65FC

Tints of Light Slate Blue #9A65FC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.92%

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

R = 30.37%
G = 19.92%
B = 49.7%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A65FC (or 0x9A65FC) is known color: Light Slate Blue. HEX triplet: 9A, 65 and FC. RGB value is (154,101,252). Sum of RGB (Red+Green+Blue) = 154+101+252=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A65FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A65FC is #659A03. Grayscale: #858585. Windows color (decimal): -6658564 or 16541082. OLE color: 16541082.

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

Color convert

RGB 154 101 252 -
CMYK 0.39 0.60 0 0.01
HSL 261.06º 0.96% 0.69% -
HSV(B) 261.06º 0.6% 0.99% -
XYZ 35.55 23.21 94.7 -
YUV 134.06 194.56 142.22 -
System Red Green Blue C M Y K H S L
Decimal 154 101 252 0.39 0.60 0 0.01 261.06 0.96 0.69
Hex 9A 65 FC 27 3C 0 1 105 60 45
Octal 232 145 374 47 74 0 1 405 140 105
Binary 10011010 1100101 11111100 100111 111100 0 1 100000101 1100000 1000101

Color Harmonies of #9A65FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A65FC

Black with #9A65FC

Text Example


Text Example

White with #9A65FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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