Html Css Color HEX #9B09F6 Dark Violet

📋 copy color: '#9B09F6'

red 155 ◦ green 9 ◦ blue 246

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

Shades of Dark Violet #9B09F6

Tints of Dark Violet #9B09F6

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.2%

 BLUE value IS 246 (96.48% from 255) = 60%

R = 37.8%
G = 2.2%
B = 60%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9B09F6 (or 0x9B09F6) is known color: Dark Violet. HEX triplet: 9B, 09 and F6. RGB value is (155,9,246). Sum of RGB (Red+Green+Blue) = 155+9+246=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 246 (96.48% from 255 or 60% from 410); Max value from RGB is 246 - color contains mainly: blue. Hex color #9B09F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B09F6 is #64F609. Grayscale: #4E4E4E. Windows color (decimal): -6616586 or 16124315. OLE color: 16124315.

HSL color Cylindrical-coordinate representation of color #9B09F6: hue angle of 276.96º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B09F6 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 9 246 -
CMYK 0.37 0.96 0 0.04
HSL 276.96º 0.93% 0.5% -
HSV(B) 276.96º 0.96% 0.96% -
XYZ 30.25 13.82 88.26 -
YUV 79.67 221.87 181.73 -
System Red Green Blue C M Y K H S L
Decimal 155 9 246 0.37 0.96 0 0.04 276.96 0.93 0.5
Hex 9B 9 F6 25 60 0 4 115 5D 32
Octal 233 11 366 45 140 0 4 425 135 62
Binary 10011011 1001 11110110 100101 1100000 0 100 100010101 1011101 110010

Color Harmonies of #9B09F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B09F6

Black with #9B09F6

Text Example


Text Example

White with #9B09F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,9,246); }

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

background-color css

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

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

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

border-color css

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

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

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