#FF9BFF

Color #FF9BFF Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #FF9BFF

Tints of Violet #FF9BFF

Color information

#FF9BFF (or 0xFF9BFF) is unknown color: approx Violet. HEX triplet: FF, 9B and FF. RGB value is (255,155,255). Sum of RGB (Red+Green+Blue) = 255+155+255=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 155 (60.94% from 255 or 23.31% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF9BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9BFF is #006400. Grayscale: #C4C4C4. Windows color (decimal): -25601 or 16751615. OLE color: 16751615.

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

Color convert

RGB255155255-
CMYK00.3900
HSL300º100%80.39%-
HSV(B)300º39.22%100%-
XYZ71.0151.92100.89-
YUV196.3161.13169.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.35%
GREEN value IS 155 (60.94% from 255) = 23.31%
BLUE value IS 255 (100% from 255) = 38.35%
R=38.35%
G=23.31%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515525500.390030010080.39
HexFF9BFF0270012c6450
Octal37723337704700454144120
Binary11111111100110111111111101001110010010110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9BFF; }

 p { color: rgb(255,155,255); }

 H1.HeaderClassName
 {
   color: #FF9BFF;
 }
 .AnyTagClassName
 {
   color: #FF9BFF;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #FF9BFF;
 }
 .BgClassName
 {
   background-color: #FF9BFF;
 }
</style>
border-color css

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

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

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