Html Css Color HEX #9F67FD Light Slate Blue

📋 copy color: '#9F67FD'

red 159 ◦ green 103 ◦ blue 253

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

Shades of Light Slate Blue #9F67FD

Tints of Light Slate Blue #9F67FD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20%

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

R = 30.87%
G = 20%
B = 49.13%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F67FD (or 0x9F67FD) is known color: Light Slate Blue. HEX triplet: 9F, 67 and FD. RGB value is (159,103,253). Sum of RGB (Red+Green+Blue) = 159+103+253=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F67FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F67FD is #609802. Grayscale: #888888. Windows color (decimal): -6330371 or 16607135. OLE color: 16607135.

HSL color Cylindrical-coordinate representation of color #9F67FD: hue angle of 262.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F67FD is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 103 253 -
CMYK 0.37 0.59 0 0.01
HSL 262.4º 0.97% 0.7% -
HSV(B) 262.4º 0.59% 0.99% -
XYZ 36.88 24.16 95.65 -
YUV 136.84 193.55 143.8 -
System Red Green Blue C M Y K H S L
Decimal 159 103 253 0.37 0.59 0 0.01 262.4 0.97 0.7
Hex 9F 67 FD 25 3B 0 1 106 61 46
Octal 237 147 375 45 73 0 1 406 141 106
Binary 10011111 1100111 11111101 100101 111011 0 1 100000110 1100001 1000110

Color Harmonies of #9F67FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F67FD

Black with #9F67FD

Text Example


Text Example

White with #9F67FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,103,253); }

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

background-color css

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

 a { background-color: rgb(159,103,253); }

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

border-color css

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

 span { border-color: rgb(159,103,253); }

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