Html Css Color HEX #943BBC Dark Orchid

📋 copy color: '#943BBC'

red 148 ◦ green 59 ◦ blue 188

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

Shades of Dark Orchid #943BBC

Tints of Dark Orchid #943BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.94%

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 37.47%
G = 14.94%
B = 47.59%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#943BBC (or 0x943BBC) is known color: Dark Orchid. HEX triplet: 94, 3B and BC. RGB value is (148,59,188). Sum of RGB (Red+Green+Blue) = 148+59+188=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #943BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943BBC is #6BC443. Grayscale: #636363. Windows color (decimal): -7062596 or 12336020. OLE color: 12336020.

HSL color Cylindrical-coordinate representation of color #943BBC: hue angle of 281.4º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #943BBC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 59 188 -
CMYK 0.21 0.69 0 0.26
HSL 281.4º 0.52% 0.48% -
HSV(B) 281.4º 0.69% 0.74% -
XYZ 22.85 13.05 48.89 -
YUV 100.32 177.49 162.01 -
System Red Green Blue C M Y K H S L
Decimal 148 59 188 0.21 0.69 0 0.26 281.4 0.52 0.48
Hex 94 3B BC 15 45 0 1A 119 34 30
Octal 224 73 274 25 105 0 32 431 64 60
Binary 10010100 111011 10111100 10101 1000101 0 11010 100011001 110100 110000

Color Harmonies of #943BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943BBC

Black with #943BBC

Text Example


Text Example

White with #943BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943BBC; }

 p { color: rgb(148,59,188); }

 H1.HeaderClassName
 {
   color: #943BBC;
 }
 .AnyTagClassName
 {
   color: #943BBC;
 }
</style>

background-color css

<style>
 a { background-color: #943BBC; }

 a { background-color: rgb(148,59,188); }

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

border-color css

<style>
 span { border-color: #943BBC; }

 span { border-color: rgb(148,59,188); }

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