Html Css Color HEX #942BCA Dark Orchid

📋 copy color: '#942BCA'

red 148 ◦ green 43 ◦ blue 202

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

Shades of Dark Orchid #942BCA

Tints of Dark Orchid #942BCA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.94%

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

R = 37.66%
G = 10.94%
B = 51.4%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#942BCA (or 0x942BCA) is known color: Dark Orchid. HEX triplet: 94, 2B and CA. RGB value is (148,43,202). Sum of RGB (Red+Green+Blue) = 148+43+202=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #942BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942BCA is #6BD435. Grayscale: #5B5B5B. Windows color (decimal): -7066678 or 13249428. OLE color: 13249428.

HSL color Cylindrical-coordinate representation of color #942BCA: hue angle of 279.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #942BCA is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 43 202 -
CMYK 0.27 0.79 0 0.21
HSL 279.62º 0.65% 0.48% -
HSV(B) 279.62º 0.79% 0.79% -
XYZ 23.74 12.29 57 -
YUV 92.52 189.79 167.57 -
System Red Green Blue C M Y K H S L
Decimal 148 43 202 0.27 0.79 0 0.21 279.62 0.65 0.48
Hex 94 2B CA 1B 4F 0 15 118 41 30
Octal 224 53 312 33 117 0 25 430 101 60
Binary 10010100 101011 11001010 11011 1001111 0 10101 100011000 1000001 110000

Color Harmonies of #942BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942BCA

Black with #942BCA

Text Example


Text Example

White with #942BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942BCA; }

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

 H1.HeaderClassName
 {
   color: #942BCA;
 }
 .AnyTagClassName
 {
   color: #942BCA;
 }
</style>

background-color css

<style>
 a { background-color: #942BCA; }

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

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

border-color css

<style>
 span { border-color: #942BCA; }

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

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