Html Css Color HEX #9801BE Dark Violet

📋 copy color: '#9801BE'

red 152 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #9801BE

Tints of Dark Violet #9801BE

RGB

 RED value IS 152 (59.77% from 255) = 44.31%

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

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

R = 44.31%
G = 0.29%
B = 55.39%

CMYK

 C value IS 0.2

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9801BE (or 0x9801BE) is known color: Dark Violet. HEX triplet: 98, 01 and BE. RGB value is (152,1,190). Sum of RGB (Red+Green+Blue) = 152+1+190=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #9801BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9801BE is #67FE41. Grayscale: #434343. Windows color (decimal): -6815298 or 12452248. OLE color: 12452248.

HSL color Cylindrical-coordinate representation of color #9801BE: hue angle of 287.94º 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 #9801BE is Cyan = 0.2, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 1 190 -
CMYK 0.2 0.99 0 0.25
HSL 287.94º 0.99% 0.37% -
HSV(B) 287.94º 0.99% 0.75% -
XYZ 22.25 10.41 49.55 -
YUV 67.7 197.03 188.13 -
System Red Green Blue C M Y K H S L
Decimal 152 1 190 0.2 0.99 0 0.25 287.94 0.99 0.37
Hex 98 1 BE 14 63 0 19 120 63 25
Octal 230 1 276 24 143 0 31 440 143 45
Binary 10011000 1 10111110 10100 1100011 0 11001 100100000 1100011 100101

Color Harmonies of #9801BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9801BE

Black with #9801BE

Text Example


Text Example

White with #9801BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9801BE; }

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

 H1.HeaderClassName
 {
   color: #9801BE;
 }
 .AnyTagClassName
 {
   color: #9801BE;
 }
</style>

background-color css

<style>
 a { background-color: #9801BE; }

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

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

border-color css

<style>
 span { border-color: #9801BE; }

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

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