Html Css Color HEX #9F9EFA Perano

📋 copy color: '#9F9EFA'

red 159 ◦ green 158 ◦ blue 250

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

Shades of Perano #9F9EFA

Tints of Perano #9F9EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.87%

 BLUE value IS 250 (98.05% from 255) = 44.09%

R = 28.04%
G = 27.87%
B = 44.09%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F9EFA (or 0x9F9EFA) is known color: Perano. HEX triplet: 9F, 9E and FA. RGB value is (159,158,250). Sum of RGB (Red+Green+Blue) = 159+158+250=567 (75% of max value = 765). Red value is 159 (62.5% from 255 or 28.04% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F9EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9EFA is #606105. Grayscale: #A8A8A8. Windows color (decimal): -6316294 or 16424607. OLE color: 16424607.

HSL color Cylindrical-coordinate representation of color #9F9EFA: hue angle of 240.65º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F9EFA is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 158 250 -
CMYK 0.36 0.37 0 0.02
HSL 240.65º 0.9% 0.8% -
HSV(B) 240.65º 0.37% 0.98% -
XYZ 43.78 38.73 95.61 -
YUV 168.79 173.83 121.02 -
System Red Green Blue C M Y K H S L
Decimal 159 158 250 0.36 0.37 0 0.02 240.65 0.9 0.8
Hex 9F 9E FA 24 25 0 2 F1 5A 50
Octal 237 236 372 44 45 0 2 361 132 120
Binary 10011111 10011110 11111010 100100 100101 0 10 11110001 1011010 1010000

Color Harmonies of #9F9EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9EFA

Black with #9F9EFA

Text Example


Text Example

White with #9F9EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,158,250); }

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

background-color css

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

 a { background-color: rgb(159,158,250); }

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

border-color css

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

 span { border-color: rgb(159,158,250); }

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