Html Css Color HEX #9F93DA Wistful

📋 copy color: '#9F93DA'

red 159 ◦ green 147 ◦ blue 218

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

Shades of Wistful #9F93DA

Tints of Wistful #9F93DA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.05%

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 30.34%
G = 28.05%
B = 41.6%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9F93DA (or 0x9F93DA) is known color: Wistful. HEX triplet: 9F, 93 and DA. RGB value is (159,147,218). Sum of RGB (Red+Green+Blue) = 159+147+218=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F93DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F93DA is #606C25. Grayscale: #9E9E9E. Windows color (decimal): -6319142 or 14324639. OLE color: 14324639.

HSL color Cylindrical-coordinate representation of color #9F93DA: hue angle of 250.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F93DA is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 147 218 -
CMYK 0.27 0.33 0 0.15
HSL 250.14º 0.49% 0.72% -
HSV(B) 250.14º 0.33% 0.85% -
XYZ 37.39 33.3 70.79 -
YUV 158.68 161.48 128.23 -
System Red Green Blue C M Y K H S L
Decimal 159 147 218 0.27 0.33 0 0.15 250.14 0.49 0.72
Hex 9F 93 DA 1B 21 0 F FA 31 48
Octal 237 223 332 33 41 0 17 372 61 110
Binary 10011111 10010011 11011010 11011 100001 0 1111 11111010 110001 1001000

Color Harmonies of #9F93DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F93DA

Black with #9F93DA

Text Example


Text Example

White with #9F93DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,147,218); }

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

background-color css

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

 a { background-color: rgb(159,147,218); }

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

border-color css

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

 span { border-color: rgb(159,147,218); }

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