Html Css Color HEX #9412CA Dark Violet

📋 copy color: '#9412CA'

red 148 ◦ green 18 ◦ blue 202

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

Shades of Dark Violet #9412CA

Tints of Dark Violet #9412CA

RGB

 RED value IS 148 (58.2% from 255) = 40.22%

 GREEN value IS 18 (7.42% from 255) = 4.89%

 BLUE value IS 202 (79.3% from 255) = 54.89%

R = 40.22%
G = 4.89%
B = 54.89%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9412CA (or 0x9412CA) is known color: Dark Violet. HEX triplet: 94, 12 and CA. RGB value is (148,18,202). Sum of RGB (Red+Green+Blue) = 148+18+202=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #9412CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9412CA is #6BED35. Grayscale: #4D4D4D. Windows color (decimal): -7073078 or 13243028. OLE color: 13243028.

HSL color Cylindrical-coordinate representation of color #9412CA: hue angle of 282.39º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9412CA is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 18 202 -
CMYK 0.27 0.91 0 0.21
HSL 282.39º 0.84% 0.43% -
HSV(B) 282.39º 0.91% 0.79% -
XYZ 23.09 10.99 56.78 -
YUV 77.85 198.07 178.04 -
System Red Green Blue C M Y K H S L
Decimal 148 18 202 0.27 0.91 0 0.21 282.39 0.84 0.43
Hex 94 12 CA 1B 5B 0 15 11A 54 2B
Octal 224 22 312 33 133 0 25 432 124 53
Binary 10010100 10010 11001010 11011 1011011 0 10101 100011010 1010100 101011

Color Harmonies of #9412CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9412CA

Black with #9412CA

Text Example


Text Example

White with #9412CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9412CA; }

 p { color: rgb(148,18,202); }

 H1.HeaderClassName
 {
   color: #9412CA;
 }
 .AnyTagClassName
 {
   color: #9412CA;
 }
</style>

background-color css

<style>
 a { background-color: #9412CA; }

 a { background-color: rgb(148,18,202); }

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

border-color css

<style>
 span { border-color: #9412CA; }

 span { border-color: rgb(148,18,202); }

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