Html Css Color HEX #8633CC Dark Orchid

📋 copy color: '#8633CC'

red 134 ◦ green 51 ◦ blue 204

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

Shades of Dark Orchid #8633CC

Tints of Dark Orchid #8633CC

RGB

 RED value IS 134 (52.73% from 255) = 34.45%

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

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 34.45%
G = 13.11%
B = 52.44%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8633CC (or 0x8633CC) is known color: Dark Orchid. HEX triplet: 86, 33 and CC. RGB value is (134,51,204). Sum of RGB (Red+Green+Blue) = 134+51+204=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #8633CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8633CC is #79CC33. Grayscale: #5C5C5C. Windows color (decimal): -7982132 or 13382534. OLE color: 13382534.

HSL color Cylindrical-coordinate representation of color #8633CC: hue angle of 272.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8633CC is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 51 204 -
CMYK 0.34 0.75 0 0.2
HSL 272.55º 0.6% 0.5% -
HSV(B) 272.55º 0.75% 0.8% -
XYZ 21.91 11.8 58.25 -
YUV 93.26 190.5 157.06 -
System Red Green Blue C M Y K H S L
Decimal 134 51 204 0.34 0.75 0 0.2 272.55 0.6 0.5
Hex 86 33 CC 22 4B 0 14 111 3C 32
Octal 206 63 314 42 113 0 24 421 74 62
Binary 10000110 110011 11001100 100010 1001011 0 10100 100010001 111100 110010

Color Harmonies of #8633CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8633CC

Black with #8633CC

Text Example


Text Example

White with #8633CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8633CC; }

 p { color: rgb(134,51,204); }

 H1.HeaderClassName
 {
   color: #8633CC;
 }
 .AnyTagClassName
 {
   color: #8633CC;
 }
</style>

background-color css

<style>
 a { background-color: #8633CC; }

 a { background-color: rgb(134,51,204); }

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

border-color css

<style>
 span { border-color: #8633CC; }

 span { border-color: rgb(134,51,204); }

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