Html Css Color HEX #9F1CEB Blue Violet

📋 copy color: '#9F1CEB'

red 159 ◦ green 28 ◦ blue 235

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

Shades of Blue Violet #9F1CEB

Tints of Blue Violet #9F1CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.64%

 BLUE value IS 235 (92.19% from 255) = 55.69%

R = 37.68%
G = 6.64%
B = 55.69%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F1CEB (or 0x9F1CEB) is known color: Blue Violet. HEX triplet: 9F, 1C and EB. RGB value is (159,28,235). Sum of RGB (Red+Green+Blue) = 159+28+235=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F1CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F1CEB is #60E314. Grayscale: #5A5A5A. Windows color (decimal): -6349589 or 15408287. OLE color: 15408287.

HSL color Cylindrical-coordinate representation of color #9F1CEB: hue angle of 277.97º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1CEB is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 28 235 -
CMYK 0.32 0.88 0 0.08
HSL 277.97º 0.84% 0.52% -
HSV(B) 277.97º 0.88% 0.92% -
XYZ 29.71 14.2 79.77 -
YUV 90.77 209.4 176.67 -
System Red Green Blue C M Y K H S L
Decimal 159 28 235 0.32 0.88 0 0.08 277.97 0.84 0.52
Hex 9F 1C EB 20 58 0 8 116 54 34
Octal 237 34 353 40 130 0 10 426 124 64
Binary 10011111 11100 11101011 100000 1011000 0 1000 100010110 1010100 110100

Color Harmonies of #9F1CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1CEB

Black with #9F1CEB

Text Example


Text Example

White with #9F1CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,28,235); }

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

background-color css

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

 a { background-color: rgb(159,28,235); }

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

border-color css

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

 span { border-color: rgb(159,28,235); }

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