Html Css Color HEX #9B35EF Blue Violet

📋 copy color: '#9B35EF'

red 155 ◦ green 53 ◦ blue 239

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

Shades of Blue Violet #9B35EF

Tints of Blue Violet #9B35EF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.86%

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 34.68%
G = 11.86%
B = 53.47%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9B35EF (or 0x9B35EF) is known color: Blue Violet. HEX triplet: 9B, 35 and EF. RGB value is (155,53,239). Sum of RGB (Red+Green+Blue) = 155+53+239=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B35EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B35EF is #64CA10. Grayscale: #686868. Windows color (decimal): -6605329 or 15676827. OLE color: 15676827.

HSL color Cylindrical-coordinate representation of color #9B35EF: hue angle of 272.9º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B35EF is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 53 239 -
CMYK 0.35 0.78 0 0.06
HSL 272.9º 0.85% 0.57% -
HSV(B) 272.9º 0.78% 0.94% -
XYZ 30.37 15.75 83.1 -
YUV 104.7 203.79 163.88 -
System Red Green Blue C M Y K H S L
Decimal 155 53 239 0.35 0.78 0 0.06 272.9 0.85 0.57
Hex 9B 35 EF 23 4E 0 6 111 55 39
Octal 233 65 357 43 116 0 6 421 125 71
Binary 10011011 110101 11101111 100011 1001110 0 110 100010001 1010101 111001

Color Harmonies of #9B35EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B35EF

Black with #9B35EF

Text Example


Text Example

White with #9B35EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,53,239); }

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

background-color css

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

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

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

border-color css

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

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

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