Html Css Color HEX #9B33FA Blue Violet

📋 copy color: '#9B33FA'

red 155 ◦ green 51 ◦ blue 250

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

Shades of Blue Violet #9B33FA

Tints of Blue Violet #9B33FA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.18%

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

R = 33.99%
G = 11.18%
B = 54.82%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B33FA (or 0x9B33FA) is known color: Blue Violet. HEX triplet: 9B, 33 and FA. RGB value is (155,51,250). Sum of RGB (Red+Green+Blue) = 155+51+250=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B33FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B33FA is #64CC05. Grayscale: #686868. Windows color (decimal): -6605830 or 16397211. OLE color: 16397211.

HSL color Cylindrical-coordinate representation of color #9B33FA: hue angle of 271.36º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B33FA is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 51 250 -
CMYK 0.38 0.80 0 0.02
HSL 271.36º 0.95% 0.59% -
HSV(B) 271.36º 0.8% 0.98% -
XYZ 31.96 16.24 91.89 -
YUV 104.78 209.96 163.82 -
System Red Green Blue C M Y K H S L
Decimal 155 51 250 0.38 0.80 0 0.02 271.36 0.95 0.59
Hex 9B 33 FA 26 50 0 2 10F 5F 3B
Octal 233 63 372 46 120 0 2 417 137 73
Binary 10011011 110011 11111010 100110 1010000 0 10 100001111 1011111 111011

Color Harmonies of #9B33FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B33FA

Black with #9B33FA

Text Example


Text Example

White with #9B33FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,51,250); }

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

background-color css

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

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

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

border-color css

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

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

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