Html Css Color HEX #9A01BE Dark Violet

📋 copy color: '#9A01BE'

red 154 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #9A01BE

Tints of Dark Violet #9A01BE

RGB

 RED value IS 154 (60.55% from 255) = 44.64%

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 190 (74.61% from 255) = 55.07%

R = 44.64%
G = 0.29%
B = 55.07%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A01BE (or 0x9A01BE) is known color: Dark Violet. HEX triplet: 9A, 01 and BE. RGB value is (154,1,190). Sum of RGB (Red+Green+Blue) = 154+1+190=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A01BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A01BE is #65FE41. Grayscale: #434343. Windows color (decimal): -6684226 or 12452250. OLE color: 12452250.

HSL color Cylindrical-coordinate representation of color #9A01BE: hue angle of 288.57º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A01BE is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 1 190 -
CMYK 0.19 0.99 0 0.25
HSL 288.57º 0.99% 0.37% -
HSV(B) 288.57º 0.99% 0.75% -
XYZ 22.63 10.61 49.57 -
YUV 68.29 196.69 189.13 -
System Red Green Blue C M Y K H S L
Decimal 154 1 190 0.19 0.99 0 0.25 288.57 0.99 0.37
Hex 9A 1 BE 13 63 0 19 121 63 25
Octal 232 1 276 23 143 0 31 441 143 45
Binary 10011010 1 10111110 10011 1100011 0 11001 100100001 1100011 100101

Color Harmonies of #9A01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A01BE

Black with #9A01BE

Text Example


Text Example

White with #9A01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,1,190); }

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

background-color css

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

 a { background-color: rgb(154,1,190); }

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

border-color css

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

 span { border-color: rgb(154,1,190); }

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