Html Css Color HEX #941FCC Dark Orchid

📋 copy color: '#941FCC'

red 148 ◦ green 31 ◦ blue 204

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

Shades of Dark Orchid #941FCC

Tints of Dark Orchid #941FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.09%

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 38.64%
G = 8.09%
B = 53.26%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#941FCC (or 0x941FCC) is known color: Dark Orchid. HEX triplet: 94, 1F and CC. RGB value is (148,31,204). Sum of RGB (Red+Green+Blue) = 148+31+204=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #941FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941FCC is #6BE033. Grayscale: #555555. Windows color (decimal): -7069748 or 13377428. OLE color: 13377428.

HSL color Cylindrical-coordinate representation of color #941FCC: hue angle of 280.58º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941FCC is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 31 204 -
CMYK 0.27 0.85 0 0.2
HSL 280.58º 0.74% 0.46% -
HSV(B) 280.58º 0.85% 0.8% -
XYZ 23.6 11.64 58.13 -
YUV 85.71 194.76 172.43 -
System Red Green Blue C M Y K H S L
Decimal 148 31 204 0.27 0.85 0 0.2 280.58 0.74 0.46
Hex 94 1F CC 1B 55 0 14 119 4A 2E
Octal 224 37 314 33 125 0 24 431 112 56
Binary 10010100 11111 11001100 11011 1010101 0 10100 100011001 1001010 101110

Color Harmonies of #941FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941FCC

Black with #941FCC

Text Example


Text Example

White with #941FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941FCC; }

 p { color: rgb(148,31,204); }

 H1.HeaderClassName
 {
   color: #941FCC;
 }
 .AnyTagClassName
 {
   color: #941FCC;
 }
</style>

background-color css

<style>
 a { background-color: #941FCC; }

 a { background-color: rgb(148,31,204); }

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

border-color css

<style>
 span { border-color: #941FCC; }

 span { border-color: rgb(148,31,204); }

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