Html Css Color HEX #8233C9 Dark Orchid

📋 copy color: '#8233C9'

red 130 ◦ green 51 ◦ blue 201

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

Shades of Dark Orchid #8233C9

Tints of Dark Orchid #8233C9

RGB

 RED value IS 130 (51.17% from 255) = 34.03%

 GREEN value IS 51 (20.31% from 255) = 13.35%

 BLUE value IS 201 (78.91% from 255) = 52.62%

R = 34.03%
G = 13.35%
B = 52.62%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8233C9 (or 0x8233C9) is known color: Dark Orchid. HEX triplet: 82, 33 and C9. RGB value is (130,51,201). Sum of RGB (Red+Green+Blue) = 130+51+201=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #8233C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8233C9 is #7DCC36. Grayscale: #5B5B5B. Windows color (decimal): -8244279 or 13185922. OLE color: 13185922.

HSL color Cylindrical-coordinate representation of color #8233C9: hue angle of 271.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8233C9 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 51 201 -
CMYK 0.35 0.75 0 0.21
HSL 271.6º 0.6% 0.49% -
HSV(B) 271.6º 0.75% 0.79% -
XYZ 20.93 11.33 56.34 -
YUV 91.72 189.67 155.3 -
System Red Green Blue C M Y K H S L
Decimal 130 51 201 0.35 0.75 0 0.21 271.6 0.6 0.49
Hex 82 33 C9 23 4B 0 15 110 3C 31
Octal 202 63 311 43 113 0 25 420 74 61
Binary 10000010 110011 11001001 100011 1001011 0 10101 100010000 111100 110001

Color Harmonies of #8233C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8233C9

Black with #8233C9

Text Example


Text Example

White with #8233C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8233C9; }

 p { color: rgb(130,51,201); }

 H1.HeaderClassName
 {
   color: #8233C9;
 }
 .AnyTagClassName
 {
   color: #8233C9;
 }
</style>

background-color css

<style>
 a { background-color: #8233C9; }

 a { background-color: rgb(130,51,201); }

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

border-color css

<style>
 span { border-color: #8233C9; }

 span { border-color: rgb(130,51,201); }

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