Html Css Color HEX #9F69FF Light Slate Blue

📋 copy color: '#9F69FF'

red 159 ◦ green 105 ◦ blue 255

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

Shades of Light Slate Blue #9F69FF

Tints of Light Slate Blue #9F69FF

RGB

 RED value IS 159 (62.5% from 255) = 30.64%

 GREEN value IS 105 (41.41% from 255) = 20.23%

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

R = 30.64%
G = 20.23%
B = 49.13%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F69FF (or 0x9F69FF) is known color: Light Slate Blue. HEX triplet: 9F, 69 and FF. RGB value is (159,105,255). Sum of RGB (Red+Green+Blue) = 159+105+255=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F69FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F69FF is #609600. Grayscale: #898989. Windows color (decimal): -6329857 or 16738719. OLE color: 16738719.

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

Color convert

RGB 159 105 255 -
CMYK 0.38 0.59 0 0
HSL 261.6º 1% 0.71% -
HSV(B) 261.6º 0.59% 1% -
XYZ 37.4 24.69 97.4 -
YUV 138.25 193.89 142.8 -
System Red Green Blue C M Y K H S L
Decimal 159 105 255 0.38 0.59 0 0 261.6 1 0.71
Hex 9F 69 FF 26 3B 0 0 106 64 47
Octal 237 151 377 46 73 0 0 406 144 107
Binary 10011111 1101001 11111111 100110 111011 0 0 100000110 1100100 1000111

Color Harmonies of #9F69FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F69FF

Black with #9F69FF

Text Example


Text Example

White with #9F69FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,105,255); }

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

background-color css

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

 a { background-color: rgb(159,105,255); }

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

border-color css

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

 span { border-color: rgb(159,105,255); }

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