Html Css Color HEX #9901C3 Dark Violet

📋 copy color: '#9901C3'

red 153 ◦ green 1 ◦ blue 195

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

Shades of Dark Violet #9901C3

Tints of Dark Violet #9901C3

RGB

 RED value IS 153 (60.16% from 255) = 43.84%

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

 BLUE value IS 195 (76.56% from 255) = 55.87%

R = 43.84%
G = 0.29%
B = 55.87%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9901C3 (or 0x9901C3) is known color: Dark Violet. HEX triplet: 99, 01 and C3. RGB value is (153,1,195). Sum of RGB (Red+Green+Blue) = 153+1+195=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 195 (76.56% from 255 or 55.87% from 349); Max value from RGB is 195 - color contains mainly: blue. Hex color #9901C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9901C3 is #66FE3C. Grayscale: #434343. Windows color (decimal): -6749757 or 12779929. OLE color: 12779929.

HSL color Cylindrical-coordinate representation of color #9901C3: hue angle of 287.01º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9901C3 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 1 195 -
CMYK 0.22 0.99 0 0.24
HSL 287.01º 0.99% 0.38% -
HSV(B) 287.01º 0.99% 0.76% -
XYZ 23 10.73 52.49 -
YUV 68.56 199.36 188.23 -
System Red Green Blue C M Y K H S L
Decimal 153 1 195 0.22 0.99 0 0.24 287.01 0.99 0.38
Hex 99 1 C3 16 63 0 18 11F 63 26
Octal 231 1 303 26 143 0 30 437 143 46
Binary 10011001 1 11000011 10110 1100011 0 11000 100011111 1100011 100110

Color Harmonies of #9901C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9901C3

Black with #9901C3

Text Example


Text Example

White with #9901C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9901C3; }

 p { color: rgb(153,1,195); }

 H1.HeaderClassName
 {
   color: #9901C3;
 }
 .AnyTagClassName
 {
   color: #9901C3;
 }
</style>

background-color css

<style>
 a { background-color: #9901C3; }

 a { background-color: rgb(153,1,195); }

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

border-color css

<style>
 span { border-color: #9901C3; }

 span { border-color: rgb(153,1,195); }

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