Html Css Color HEX #9B3FF1 Blue Violet

📋 copy color: '#9B3FF1'

red 155 ◦ green 63 ◦ blue 241

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

Shades of Blue Violet #9B3FF1

Tints of Blue Violet #9B3FF1

RGB

 RED value IS 155 (60.94% from 255) = 33.77%

 GREEN value IS 63 (25% from 255) = 13.73%

 BLUE value IS 241 (94.53% from 255) = 52.51%

R = 33.77%
G = 13.73%
B = 52.51%

CMYK

 C value IS 0.36

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9B3FF1 (or 0x9B3FF1) is known color: Blue Violet. HEX triplet: 9B, 3F and F1. RGB value is (155,63,241). Sum of RGB (Red+Green+Blue) = 155+63+241=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #9B3FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B3FF1 is #64C00E. Grayscale: #6E6E6E. Windows color (decimal): -6602767 or 15810459. OLE color: 15810459.

HSL color Cylindrical-coordinate representation of color #9B3FF1: hue angle of 271.01º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B3FF1 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 63 241 -
CMYK 0.36 0.74 0 0.05
HSL 271.01º 0.86% 0.6% -
HSV(B) 271.01º 0.74% 0.95% -
XYZ 31.17 16.87 84.83 -
YUV 110.8 201.48 159.53 -
System Red Green Blue C M Y K H S L
Decimal 155 63 241 0.36 0.74 0 0.05 271.01 0.86 0.6
Hex 9B 3F F1 24 4A 0 5 10F 56 3C
Octal 233 77 361 44 112 0 5 417 126 74
Binary 10011011 111111 11110001 100100 1001010 0 101 100001111 1010110 111100

Color Harmonies of #9B3FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3FF1

Black with #9B3FF1

Text Example


Text Example

White with #9B3FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,63,241); }

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

background-color css

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

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

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

border-color css

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

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

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