Html Css Color HEX #941CCA Dark Orchid

📋 copy color: '#941CCA'

red 148 ◦ green 28 ◦ blue 202

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

Shades of Dark Orchid #941CCA

Tints of Dark Orchid #941CCA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.41%

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

R = 39.15%
G = 7.41%
B = 53.44%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#941CCA (or 0x941CCA) is known color: Dark Orchid. HEX triplet: 94, 1C and CA. RGB value is (148,28,202). Sum of RGB (Red+Green+Blue) = 148+28+202=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #941CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941CCA is #6BE335. Grayscale: #535353. Windows color (decimal): -7070518 or 13245588. OLE color: 13245588.

HSL color Cylindrical-coordinate representation of color #941CCA: hue angle of 281.38º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941CCA is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 28 202 -
CMYK 0.27 0.86 0 0.21
HSL 281.38º 0.76% 0.45% -
HSV(B) 281.38º 0.86% 0.79% -
XYZ 23.29 11.39 56.85 -
YUV 83.72 194.76 173.85 -
System Red Green Blue C M Y K H S L
Decimal 148 28 202 0.27 0.86 0 0.21 281.38 0.76 0.45
Hex 94 1C CA 1B 56 0 15 119 4C 2D
Octal 224 34 312 33 126 0 25 431 114 55
Binary 10010100 11100 11001010 11011 1010110 0 10101 100011001 1001100 101101

Color Harmonies of #941CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941CCA

Black with #941CCA

Text Example


Text Example

White with #941CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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