Html Css Color HEX #9400CF Dark Violet

📋 copy color: '#9400CF'

red 148 ◦ green 0 ◦ blue 207

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

Shades of Dark Violet #9400CF

Tints of Dark Violet #9400CF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 207 (81.25% from 255) = 58.31%

R = 41.69%
G = 0%
B = 58.31%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9400CF (or 0x9400CF) is known color: Dark Violet. HEX triplet: 94, 00 and CF. RGB value is (148,0,207). Sum of RGB (Red+Green+Blue) = 148+0+207=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #9400CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9400CF is #6BFF30. Grayscale: #434343. Windows color (decimal): -7077681 or 13566100. OLE color: 13566100.

HSL color Cylindrical-coordinate representation of color #9400CF: hue angle of 282.9º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9400CF is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 0 207 -
CMYK 0.29 1 0 0.19
HSL 282.9º 1% 0.41% -
HSV(B) 282.9º 1% 0.81% -
XYZ 23.48 10.8 59.88 -
YUV 67.85 206.53 185.17 -
System Red Green Blue C M Y K H S L
Decimal 148 0 207 0.29 1 0 0.19 282.9 1 0.41
Hex 94 0 CF 1D 64 0 13 11B 64 29
Octal 224 0 317 35 144 0 23 433 144 51
Binary 10010100 0 11001111 11101 1100100 0 10011 100011011 1100100 101001

Color Harmonies of #9400CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9400CF

Black with #9400CF

Text Example


Text Example

White with #9400CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9400CF; }

 p { color: rgb(148,0,207); }

 H1.HeaderClassName
 {
   color: #9400CF;
 }
 .AnyTagClassName
 {
   color: #9400CF;
 }
</style>

background-color css

<style>
 a { background-color: #9400CF; }

 a { background-color: rgb(148,0,207); }

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

border-color css

<style>
 span { border-color: #9400CF; }

 span { border-color: rgb(148,0,207); }

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