Html Css Color HEX #933BCE Dark Orchid

📋 copy color: '#933BCE'

red 147 ◦ green 59 ◦ blue 206

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

Shades of Dark Orchid #933BCE

Tints of Dark Orchid #933BCE

RGB

 RED value IS 147 (57.81% from 255) = 35.68%

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

 BLUE value IS 206 (80.86% from 255) = 50%

R = 35.68%
G = 14.32%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#933BCE (or 0x933BCE) is known color: Dark Orchid. HEX triplet: 93, 3B and CE. RGB value is (147,59,206). Sum of RGB (Red+Green+Blue) = 147+59+206=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #933BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933BCE is #6CC431. Grayscale: #656565. Windows color (decimal): -7128114 or 13515667. OLE color: 13515667.

HSL color Cylindrical-coordinate representation of color #933BCE: hue angle of 275.92º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #933BCE is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 59 206 -
CMYK 0.29 0.71 0 0.19
HSL 275.92º 0.6% 0.52% -
HSV(B) 275.92º 0.71% 0.81% -
XYZ 24.74 13.79 59.75 -
YUV 102.07 186.65 160.05 -
System Red Green Blue C M Y K H S L
Decimal 147 59 206 0.29 0.71 0 0.19 275.92 0.6 0.52
Hex 93 3B CE 1D 47 0 13 114 3C 34
Octal 223 73 316 35 107 0 23 424 74 64
Binary 10010011 111011 11001110 11101 1000111 0 10011 100010100 111100 110100

Color Harmonies of #933BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933BCE

Black with #933BCE

Text Example


Text Example

White with #933BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933BCE; }

 p { color: rgb(147,59,206); }

 H1.HeaderClassName
 {
   color: #933BCE;
 }
 .AnyTagClassName
 {
   color: #933BCE;
 }
</style>

background-color css

<style>
 a { background-color: #933BCE; }

 a { background-color: rgb(147,59,206); }

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

border-color css

<style>
 span { border-color: #933BCE; }

 span { border-color: rgb(147,59,206); }

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