Html Css Color HEX #9B259B Vivid Violet

📋 copy color: '#9B259B'

red 155 ◦ green 37 ◦ blue 155

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

Shades of Vivid Violet #9B259B

Tints of Vivid Violet #9B259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.66%

 BLUE value IS 155 (60.94% from 255) = 44.67%

R = 44.67%
G = 10.66%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B259B (or 0x9B259B) is known color: Vivid Violet. HEX triplet: 9B, 25 and 9B. RGB value is (155,37,155). Sum of RGB (Red+Green+Blue) = 155+37+155=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B259B is #64DA64. Grayscale: #555555. Windows color (decimal): -6609509 or 10167707. OLE color: 10167707.

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

Color convert

RGB 155 37 155 -
CMYK 0 0.76 0 0.39
HSL 300º 0.61% 0.38% -
HSV(B) 300º 0.76% 0.61% -
XYZ 20.1 10.66 32.01 -
YUV 85.73 167.09 177.41 -
System Red Green Blue C M Y K H S L
Decimal 155 37 155 0 0.76 0 0.39 300 0.61 0.38
Hex 9B 25 9B 0 4C 0 27 12C 3D 26
Octal 233 45 233 0 114 0 47 454 75 46
Binary 10011011 100101 10011011 0 1001100 0 100111 100101100 111101 100110

Color Harmonies of #9B259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B259B

Black with #9B259B

Text Example


Text Example

White with #9B259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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